fenomas / noa

Experimental voxel game engine.
MIT License
616 stars 91 forks source link

Add a way to refresh the current spot #14

Closed terrac closed 7 years ago

fenomas commented 7 years ago

I just today added a more general way of doing this. Can you check this comment and try out the develop branch, and see if it does what you need?

(The short version is, to force a refresh call noa.world.invalidateAllChunks().)

fenomas commented 7 years ago

Hi,

Can you send the second fix (the typo) as a separate PR? I'd like to accept it! Regarding the first part, please see the earlier comment and try out the fix in the develop branch.

terrac commented 7 years ago

I created a second pull request. I'll check out the develop branch and try out the new function. Thanks for the quick response.