You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Several bugfixes, improving the import workflow
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
|
||||
#ifdef UNIX_ENABLED
|
||||
|
||||
#include "servers/visual_server.h"
|
||||
|
||||
#include "thread_posix.h"
|
||||
#include "semaphore_posix.h"
|
||||
@@ -478,6 +479,13 @@ String OS_Unix::get_data_dir() const {
|
||||
|
||||
}
|
||||
|
||||
bool OS_Unix::check_feature_support(const String& p_feature) {
|
||||
|
||||
return VisualServer::get_singleton()->has_os_feature(p_feature);
|
||||
|
||||
}
|
||||
|
||||
|
||||
String OS_Unix::get_installed_templates_path() const {
|
||||
String p=get_global_settings_path();
|
||||
if (p!="")
|
||||
|
||||
Reference in New Issue
Block a user