Closed nnmm closed 5 years ago
I noticed that when moving right, one column of values would get skipped, and similarly when moving up. The fix is that terrain_pos should still contain the previous position, not the one after moving, when making calls to load().
load()
meow @krzesi-mir
I noticed that when moving right, one column of values would get skipped, and similarly when moving up. The fix is that terrain_pos should still contain the previous position, not the one after moving, when making calls to
load()
.