Fixed uninitialized variable problem in Tutorial05 and formatting (unnecessary spaces) in tutorials 04 and 05.

This commit is contained in:
plapins
2016-06-20 16:26:40 +02:00
parent a4f78d3eed
commit 37d04f3be5
3 changed files with 4 additions and 3 deletions

View File

@@ -649,7 +649,7 @@ namespace ApiWithoutSecrets {
return false;
}
if( !PrepareFrame( current_rendering_resource.CommandBuffer, GetSwapChain( ).Images[image_index], current_rendering_resource.Framebuffer ) ) {
if( !PrepareFrame( current_rendering_resource.CommandBuffer, GetSwapChain().Images[image_index], current_rendering_resource.Framebuffer ) ) {
return false;
}