mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-15 10:35:11 -04:00
Remove debug statement.
This commit is contained in:
parent
0f0b3e57d5
commit
91f31fd85a
@ -71,7 +71,7 @@ namespace ClassicalSharp {
|
||||
|
||||
public override void Tick( double delta ) {
|
||||
if( Window.Map.IsNotLoaded ) return;
|
||||
Window.Title = ( GC.GetTotalMemory( false ) / 1024.0 / 1024.0 ).ToString(); // TODO: temp debug statement
|
||||
//Window.Title = ( GC.GetTotalMemory( false ) / 1024.0 / 1024.0 ).ToString(); // TODO: temp debug statement
|
||||
|
||||
float xMoving = 0, zMoving = 0;
|
||||
lastPos = Position = nextPos;
|
||||
|
Loading…
x
Reference in New Issue
Block a user