mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
doc: Fix enum tags thanks to 2bc6db6
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
</member>
|
||||
</members>
|
||||
<constants>
|
||||
<constant name="RENDER_PRIORITY_MAX" value="127" enum="">
|
||||
<constant name="RENDER_PRIORITY_MAX" value="127">
|
||||
</constant>
|
||||
<constant name="RENDER_PRIORITY_MIN" value="-128" enum="">
|
||||
<constant name="RENDER_PRIORITY_MIN" value="-128">
|
||||
</constant>
|
||||
</constants>
|
||||
</class>
|
||||
|
||||
Reference in New Issue
Block a user