diff options
Diffstat (limited to 'scene/2d')
-rw-r--r-- | scene/2d/camera_2d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/2d/camera_2d.h b/scene/2d/camera_2d.h index a87909b9d7..b3f55d798d 100644 --- a/scene/2d/camera_2d.h +++ b/scene/2d/camera_2d.h @@ -129,7 +129,7 @@ public: Vector2 get_camera_pos() const; void force_update_scroll(); void reset_smoothing(); - void center(); + void align(); Camera2D(); }; |