cleanup
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Voxel.Core
|
||||
while (_tickTime >= TICK_LENGTH)
|
||||
{
|
||||
_tickTime -= TICK_LENGTH;
|
||||
Tick(); // run exactly once per tick
|
||||
Tick();
|
||||
}
|
||||
|
||||
if (Input.GetKey(Keys.Escape))
|
||||
|
||||
Reference in New Issue
Block a user