You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fixed grid disappearance
This commit is contained in:
committed by
Yadnesh Kulkarni
parent
3aaa787094
commit
a8dde286ce
@@ -7925,6 +7925,8 @@ void Node3DEditor::clear() {
|
||||
}
|
||||
|
||||
view_menu->get_popup()->set_item_checked(view_menu->get_popup()->get_item_index(MENU_VIEW_GRID), true);
|
||||
grid_enabled = true;
|
||||
grid_init_draw = false;
|
||||
}
|
||||
|
||||
void Node3DEditor::_sun_direction_draw() {
|
||||
|
||||
Reference in New Issue
Block a user