mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
doc: Remove hardcoded default values from descriptions
They are now generated automatically by doctool.
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
</members>
|
||||
<constants>
|
||||
<constant name="FLAGS_DEFAULT" value="7" enum="Flags">
|
||||
Default flags. [constant FLAG_MIPMAPS], [constant FLAG_REPEAT] and [constant FLAG_FILTER] are are enabled.
|
||||
Default flags. [constant FLAG_MIPMAPS], [constant FLAG_REPEAT] and [constant FLAG_FILTER] are enabled.
|
||||
</constant>
|
||||
<constant name="FLAG_MIPMAPS" value="1" enum="Flags">
|
||||
Generates mipmaps, which are smaller versions of the same texture to use when zoomed out, keeping the aspect ratio.
|
||||
|
||||
Reference in New Issue
Block a user