Forgot to actually remove it

This commit is contained in:
Dynamitos
2023-11-17 16:55:21 +01:00
parent a36939eab8
commit c38d659b4c
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -325,7 +325,6 @@ void RenderCommand::pushConstants(Gfx::PPipelineLayout layout, Gfx::SeShaderStag
void RenderCommand::draw(uint32 vertexCount, uint32 instanceCount, int32 firstVertex, uint32 firstInstance)
{
graphics->setCheckpointMarker(handle, "Fuck");
assert(threadId == std::this_thread::get_id());
vkCmdDraw(handle, vertexCount, instanceCount, firstVertex, firstInstance);
}