mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Add a new HashSet template
* Intended to replace RBSet in most cases. * Optimized for iteration speed
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
/*************************************************************************/
|
||||
|
||||
#include "resource_preloader.h"
|
||||
|
||||
#include "core/templates/rb_set.h"
|
||||
void ResourcePreloader::_set_resources(const Array &p_data) {
|
||||
resources.clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user