You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Initialize class/struct variables with default values in core/ and drivers/
This commit is contained in:
@@ -57,7 +57,6 @@ protected:
|
||||
String _get_root_string() const;
|
||||
|
||||
String fix_path(String p_path) const;
|
||||
bool next_is_dir;
|
||||
|
||||
template <class T>
|
||||
static DirAccess *_create_builtin() {
|
||||
|
||||
Reference in New Issue
Block a user