summaryrefslogtreecommitdiff
path: root/editor/editor_zoom_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_zoom_widget.h')
-rw-r--r--editor/editor_zoom_widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_zoom_widget.h b/editor/editor_zoom_widget.h
index 4e95018e52..c35faeefe7 100644
--- a/editor/editor_zoom_widget.h
+++ b/editor/editor_zoom_widget.h
@@ -56,7 +56,7 @@ public:
float get_zoom();
void set_zoom(float p_zoom);
- void set_zoom_by_increments(int p_increment_count);
+ void set_zoom_by_increments(int p_increment_count, bool p_integer_only = false);
};
#endif // EDITOR_ZOOM_WIDGET_H