Add missing colon
This commit is contained in:
parent
cbf692dcba
commit
de69f2f80d
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ namespace vkTools
|
|||
cmdBufInfo.level = VK_COMMAND_BUFFER_LEVEL_PRIMARY;
|
||||
cmdBufInfo.commandBufferCount = 1;
|
||||
|
||||
vkTools:checkResult(vkAllocateCommandBuffers(device, &cmdBufInfo, &cmdBuffer));
|
||||
vkTools::checkResult(vkAllocateCommandBuffers(device, &cmdBufInfo, &cmdBuffer));
|
||||
}
|
||||
|
||||
~VulkanTextureLoader()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue