summaryrefslogtreecommitdiffstats
path: root/scene/3d/camera_3d.cpp
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2024-10-31 20:14:34 -0500
committerThaddeus Crews <repiteo@outlook.com>2024-10-31 20:14:34 -0500
commit194ddfd0c469bf1d554caf62f45a9736333d2c44 (patch)
tree44b21cfc81b4da1c2a9dd54cb740e259c3fb1552 /scene/3d/camera_3d.cpp
parente84fae43bed7a7bc992fb276857bcb7140480a54 (diff)
parent16524a8a01408480ce2063461c8c042bc4eb3fa8 (diff)
downloadredot-engine-194ddfd0c469bf1d554caf62f45a9736333d2c44.tar.gz
Merge pull request #97257 from YeldhamDev/guess_godot_is_unity_after_all
Add "Game" editor for better runtime debugging
Diffstat (limited to 'scene/3d/camera_3d.cpp')
-rw-r--r--scene/3d/camera_3d.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/3d/camera_3d.cpp b/scene/3d/camera_3d.cpp
index aafc2141af..2b841c4e0d 100644
--- a/scene/3d/camera_3d.cpp
+++ b/scene/3d/camera_3d.cpp
@@ -234,6 +234,7 @@ void Camera3D::_notification(int p_what) {
}
} break;
+ case NOTIFICATION_SUSPENDED:
case NOTIFICATION_PAUSED: {
if (is_physics_interpolated_and_enabled() && is_inside_tree() && is_visible_in_tree()) {
_physics_interpolation_ensure_transform_calculated(true);