You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Memory pool vectors (DVector) have been enormously simplified in code, and renamed to PoolVector
This commit is contained in:
@@ -59,7 +59,7 @@ class SampleLibraryEditor : public Panel {
|
||||
|
||||
|
||||
void _load_pressed();
|
||||
void _file_load_request(const DVector<String>& p_path);
|
||||
void _file_load_request(const PoolVector<String>& p_path);
|
||||
void _delete_pressed();
|
||||
void _update_library();
|
||||
void _item_edited();
|
||||
|
||||
Reference in New Issue
Block a user