You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix some editor crashes
This commit is contained in:
@@ -241,6 +241,7 @@ Vector3 GridMap::get_cell_size() const {
|
||||
|
||||
void GridMap::set_octant_size(int p_size) {
|
||||
|
||||
ERR_FAIL_COND(p_size == 0);
|
||||
octant_size = p_size;
|
||||
_recreate_octant_data();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user