Merge pull request #50112 from lawnjelly/camera_2d_current
Most recently added current Camera2D takes precedence
This commit is contained in:
commit
e3c545668b
|
@ -248,9 +248,13 @@ void Camera2D::_notification(int p_what) {
|
|||
canvas = get_canvas();
|
||||
|
||||
_setup_viewport();
|
||||
|
||||
_update_process_mode();
|
||||
_update_scroll();
|
||||
|
||||
// if a camera enters the tree that is set to current,
|
||||
// it should take over as the current camera, and mark
|
||||
// all other cameras as non current
|
||||
_set_current(current);
|
||||
|
||||
first = true;
|
||||
|
||||
} break;
|
||||
|
|
Loading…
Reference in New Issue