Skip to content

Commit

Permalink
Grrr
Browse files Browse the repository at this point in the history
  • Loading branch information
Duttenheim committed Nov 10, 2023
1 parent 03f3122 commit fc198a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/render/coregraphics/vk/vkgraphicsdevice.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1922,7 +1922,7 @@ AllocateUpload(const SizeT numBytes, const SizeT alignment)
}

// Return offset aligned up
return Util::Pair{Math::align(ret.handle.bytesWritten, alignment), ret.handle.buffer};
return Util::MakePair(Math::align(ret.handle.bytesWritten, alignment), ret.handle.buffer);
}

//------------------------------------------------------------------------------
Expand Down

0 comments on commit fc198a3

Please sign in to comment.