diff options
Diffstat (limited to 'scene/resources/camera_texture.h')
-rw-r--r-- | scene/resources/camera_texture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/camera_texture.h b/scene/resources/camera_texture.h index 521121f9ea..dd216a72d6 100644 --- a/scene/resources/camera_texture.h +++ b/scene/resources/camera_texture.h @@ -43,6 +43,7 @@ private: protected: static void _bind_methods(); + void _on_format_changed(); public: virtual int get_width() const override; |