Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Feb 26, 2024
1 parent abb2058 commit 529c39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/Replay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class $modify (PlayLayer)

if (GJReplayManager::playing)
{
log::info("cur: {}, inp: {}", GJReplayManager::dt, GJReplayManager::replay.inputs[GJReplayManager::frame].dt);
//log::info("cur: {}, inp: {}", GJReplayManager::dt, GJReplayManager::replay.inputs[GJReplayManager::frame].dt);

if (GJReplayManager::replay.inputs[GJReplayManager::frame].dt <= GJReplayManager::dt)
{
Expand Down

0 comments on commit 529c39c

Please sign in to comment.