Skip to content

Commit 6842b9f

Browse files
committed
Small fix from rebasing.
1 parent fcbdb9c commit 6842b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/gaea/editor/editor_settings.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ static func get_grid_pattern() -> int:
141141
return editor_interface.get_editor_settings().get_setting(GRID_PATTERN)
142142

143143

144-
static func get_preview_resolution() -> int:[]
144+
static func get_preview_resolution() -> int:
145145
var editor_interface = Engine.get_singleton("EditorInterface")
146146
return editor_interface.get_editor_settings().get_setting(PREVIEW_RESOLUTION)
147147

0 commit comments

Comments
 (0)