Teleportation fix
This commit is contained in:
parent
84afd0829c
commit
73eedda429
6 changed files with 41 additions and 24 deletions
|
|
@ -8,6 +8,7 @@ World::World(){
|
|||
this->seconds_per_tick = 0;
|
||||
this->clock = 0;
|
||||
this->debug = false;
|
||||
this->bound_offset = 1;
|
||||
}
|
||||
|
||||
World::~World(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue