mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-26 05:58:58 -06:00
Remove forgotten delta time printout
This commit is contained in:
@@ -194,8 +194,6 @@ void PathNavigator::updateCamera(double deltaTime) {
|
||||
return;
|
||||
}
|
||||
|
||||
LINFO(fmt::format("dt: {}", deltaTime));
|
||||
|
||||
if (!_isPlaying) {
|
||||
//// TODO: Determine how this should work
|
||||
//// OBS! Stop behavior is broken as of core merge
|
||||
|
||||
Reference in New Issue
Block a user