CommitLog |
This commit is contained in:
parent
d0a28aa811
commit
1a1ff2e351
6 changed files with 10 additions and 7 deletions
|
@ -69,7 +69,7 @@ for(var xx = 0; xx < CHUNK_SIZE*TILE_SIZE; xx+= TILE_SIZE)
|
|||
<string>var chunk_total_size = CHUNK_SIZE * TILE_SIZE
|
||||
|
||||
|
||||
if(distance_to_object(obj_player) > chunk_total_size+(TILE_SIZE*5))
|
||||
if(distance_to_object(obj_player) > 1)
|
||||
{
|
||||
event_user(0);
|
||||
}
|
||||
|
|
Reference in a new issue