mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
doc: Add missing commas after "If true/false"
This commit is contained in:
@@ -404,7 +404,7 @@
|
||||
</methods>
|
||||
<members>
|
||||
<member name="endian_swap" type="bool" setter="set_endian_swap" getter="get_endian_swap">
|
||||
If [code]true[/code] the file's endianness is swapped. Use this if you're dealing with files written in big endian machines.
|
||||
If [code]true[/code], the file's endianness is swapped. Use this if you're dealing with files written in big endian machines.
|
||||
Note that this is about the file format, not CPU type. This is always reset to [code]false[/code] whenever you open the file.
|
||||
</member>
|
||||
</members>
|
||||
|
||||
Reference in New Issue
Block a user