|
@@ -231,8 +231,9 @@ void Camera2D::_notification(int p_what) {
|
|
} break;
|
|
} break;
|
|
case NOTIFICATION_TRANSFORM_CHANGED: {
|
|
case NOTIFICATION_TRANSFORM_CHANGED: {
|
|
|
|
|
|
- if (!is_processing_internal() && !is_physics_processing_internal())
|
|
|
|
|
|
+ if (!smoothing_enabled || Engine::get_singleton()->is_editor_hint()) {
|
|
_update_scroll();
|
|
_update_scroll();
|
|
|
|
+ }
|
|
|
|
|
|
} break;
|
|
} break;
|
|
case NOTIFICATION_ENTER_TREE: {
|
|
case NOTIFICATION_ENTER_TREE: {
|