PoolVector is gone, replaced by Vector
Typed `PoolTypeArray` types are now renamed `PackedTypeArray` and are sugar for `Vector<Type>`.
This commit is contained in:
committed by
Juan Linietsky
parent
fb8c93c10b
commit
3205a92ad8
@ -55,9 +55,7 @@ public:
|
||||
TIME_PROCESS,
|
||||
TIME_PHYSICS_PROCESS,
|
||||
MEMORY_STATIC,
|
||||
MEMORY_DYNAMIC,
|
||||
MEMORY_STATIC_MAX,
|
||||
MEMORY_DYNAMIC_MAX,
|
||||
MEMORY_MESSAGE_BUFFER_MAX,
|
||||
OBJECT_COUNT,
|
||||
OBJECT_RESOURCE_COUNT,
|
||||
|
||||
Reference in New Issue
Block a user