You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Memory pool vectors (DVector) have been enormously simplified in code, and renamed to PoolVector
This commit is contained in:
@@ -69,7 +69,7 @@ class ParticlesEditor : public Control {
|
||||
|
||||
};
|
||||
|
||||
DVector<Face3> geometry;
|
||||
PoolVector<Face3> geometry;
|
||||
|
||||
void _generate_emission_points();
|
||||
void _resource_seleted(const String& p_res);
|
||||
|
||||
Reference in New Issue
Block a user