You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-21 14:57:09 +00:00
Renamed call_group to call_group_flags, made call_group without flags the default
This commit is contained in:
@@ -180,7 +180,7 @@ void Spatial::_notification(int p_what) {
|
||||
if (get_tree()->is_editor_hint()) {
|
||||
|
||||
// get_scene()->call_group(SceneMainLoop::GROUP_CALL_REALTIME,SceneStringNames::get_singleton()->_spatial_editor_group,SceneStringNames::get_singleton()->_request_gizmo,this);
|
||||
get_tree()->call_group(0,SceneStringNames::get_singleton()->_spatial_editor_group,SceneStringNames::get_singleton()->_request_gizmo,this);
|
||||
get_tree()->call_group_flags(0,SceneStringNames::get_singleton()->_spatial_editor_group,SceneStringNames::get_singleton()->_request_gizmo,this);
|
||||
if (!data.gizmo_disabled) {
|
||||
|
||||
if (data.gizmo.is_valid())
|
||||
|
||||
Reference in New Issue
Block a user