Mention 32-bit integer limit in the PoolIntArray documentation

This commit is contained in:
Hugo Locurcio
2019-08-01 22:13:59 +02:00
parent 77e8947687
commit cb3676726b
2 changed files with 2 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
Vector used for 2D math.
</brief_description>
<description>
2-element structure that can be used to represent positions in 2d space or any other pair of numeric values.
2-element structure that can be used to represent positions in 2D space or any other pair of numeric values.
</description>
<tutorials>
<link>https://docs.godotengine.org/en/latest/tutorials/math/index.html</link>