You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Inline static variables (part 1)
This commit is contained in:
@@ -36,8 +36,6 @@
|
||||
#include "core/os/time.h"
|
||||
#include "core/templates/local_vector.h"
|
||||
|
||||
thread_local Error DirAccess::last_dir_open_error = OK;
|
||||
|
||||
String DirAccess::_get_root_path() const {
|
||||
switch (_access_type) {
|
||||
case ACCESS_RESOURCES:
|
||||
|
||||
Reference in New Issue
Block a user