mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Inline static variables (part 1)
This commit is contained in:
@@ -400,8 +400,6 @@ String Engine::get_shader_cache_path() const {
|
||||
return shader_cache_path;
|
||||
}
|
||||
|
||||
Engine *Engine::singleton = nullptr;
|
||||
|
||||
Engine *Engine::get_singleton() {
|
||||
return singleton;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user