mirror of
https://github.com/godotengine/godot.git
synced 2024-11-26 22:23:04 +00:00
Merge pull request #53347 from migeran/fix_gdnative_get_current_library_path
This commit is contained in:
commit
9ffaa6c090
@ -76,7 +76,7 @@ public:
|
||||
|
||||
// things that change per-platform
|
||||
// so there are no setters for this
|
||||
_FORCE_INLINE_ String get_current_library_path() const {
|
||||
_FORCE_INLINE_ const String &get_current_library_path() const {
|
||||
return current_library_path;
|
||||
}
|
||||
_FORCE_INLINE_ Vector<String> get_current_dependencies() const {
|
||||
|
Loading…
Reference in New Issue
Block a user