Skip to content

Commit f66b4e2

Browse files
committed
ah dammit forgot a return
1 parent 8e2709e commit f66b4e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/nbl/video/IGPUQueue.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ class IGPUQueue : public core::Interface, public core::Unmovable
8080
submit.commandBuffers[j]->setState(IGPUCommandBuffer::ES_PENDING);
8181
}
8282
}
83+
return true;
8384
}
8485

8586
inline bool markCommandBuffersAsDone(uint32_t _count, const SSubmitInfo* _submits)

0 commit comments

Comments
 (0)