Skip to content

Commit eee29a2

Browse files
authored
Merge pull request #10075 from KleidonBD/patch-1
Fix "or_greater"/"or_less" code example
2 parents 7e1cb19 + 198625e commit eee29a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/scripting/gdscript/gdscript_exports.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ The limits can be only for the slider if you add the hints "or_greater" and/or "
164164

165165
::
166166

167-
@export_range(0, 100, 1, "or_greater", "or_less")
167+
@export_range(0, 100, 0.1, "or_greater", "or_less") var l
168168

169169
.. TODO: Document other hint strings usable with export_range.
170170

0 commit comments

Comments
 (0)