mirror of
https://github.com/godotengine/godot.git
synced 2025-01-24 11:32:51 -05:00
parent
7d89a8b748
commit
b2e0cedbf0
1 changed files with 4 additions and 0 deletions
|
@ -240,6 +240,10 @@ void Camera2D::_notification(int p_what) {
|
|||
add_to_group(group_name);
|
||||
add_to_group(canvas_group_name);
|
||||
|
||||
if(get_tree()->is_editor_hint()) {
|
||||
set_fixed_process(false);
|
||||
}
|
||||
|
||||
_update_scroll();
|
||||
first=true;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue