pixelipy / Godot-Voxel-Level-Editor

MIT License
32 stars 7 forks source link

Fix minor bugs #1

Closed brean closed 2 years ago

brean commented 2 years ago

Fixes integer division warning, variable shadow warning, integer division and the thread warning

brean commented 2 years ago

Closing this because it needs more bugfixing, in Godot 3.4.4 the "thread.is_active"-fix does not work because "is_active" is not a function.