Minor fixes

This commit is contained in:
Lynix
2020-06-18 20:04:25 +02:00
parent 691de5b5c4
commit 74acf440fc
4 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ namespace Nz
{
}
void OpenGLRenderImage::Execute(const std::function<void(CommandBufferBuilder& builder)>& callback, QueueTypeFlags queueTypeFlags)
void OpenGLRenderImage::Execute(const std::function<void(CommandBufferBuilder& builder)>& callback, QueueTypeFlags /*queueTypeFlags*/)
{
OpenGLCommandBuffer commandBuffer;
OpenGLCommandBufferBuilder builder(commandBuffer);