implemented vsynch for d3d9 and glfw
This commit is contained in:
@ -112,7 +112,7 @@ Draw(float timeDelta)
|
||||
ImGui::Render();
|
||||
|
||||
Scene.camera->endUpdate();
|
||||
Scene.camera->showRaster();
|
||||
Scene.camera->showRaster(0);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user