mirror of
https://github.com/godotengine/godot.git
synced 2025-03-07 23:32:58 +08:00
Merge pull request #100147 from esainane/vector-victor
Remove apparent contradiction in vector.h header
This commit is contained in:
commit
d108d4f29e
@ -33,7 +33,10 @@
|
||||
|
||||
/**
|
||||
* @class Vector
|
||||
* Vector container. Regular Vector Container. Use with care and for smaller arrays when possible. Use Vector for large arrays.
|
||||
* Vector container. Simple copy-on-write container.
|
||||
*
|
||||
* LocalVector is an alternative available for internal use when COW is not
|
||||
* required.
|
||||
*/
|
||||
|
||||
#include "core/error/error_macros.h"
|
||||
|
Loading…
Reference in New Issue
Block a user