You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
Memory pool vectors (DVector) have been enormously simplified in code, and renamed to PoolVector
This commit is contained in:
@@ -81,7 +81,7 @@ class Polygon2DEditor : public HBoxContainer {
|
||||
|
||||
Vector2 uv_draw_ofs;
|
||||
float uv_draw_zoom;
|
||||
DVector<Vector2> uv_prev;
|
||||
PoolVector<Vector2> uv_prev;
|
||||
int uv_drag_index;
|
||||
bool uv_drag;
|
||||
UVMode uv_move_current;
|
||||
|
||||
Reference in New Issue
Block a user