Skip to content
Snippets Groups Projects
Verified Commit 22641a0c authored by TORTEROTOT THOMAS's avatar TORTEROTOT THOMAS
Browse files

Removed superfluous line feed

parent 8091a3e0
Branches
No related merge requests found
......@@ -296,7 +296,6 @@ void Terrain::tick(double delta_time)
item_timer -= delta_time;
if (item_timer <= 0)
get_cell({10, 15}).update_type(ECellType::Void);
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment