You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Swap arguments of ResourceSaver.save()
This commit is contained in:
@@ -543,7 +543,7 @@ public:
|
||||
|
||||
class ResourceFormatSaverCSharpScript : public ResourceFormatSaver {
|
||||
public:
|
||||
Error save(const String &p_path, const Ref<Resource> &p_resource, uint32_t p_flags = 0) override;
|
||||
Error save(const Ref<Resource> &p_resource, const String &p_path, uint32_t p_flags = 0) override;
|
||||
void get_recognized_extensions(const Ref<Resource> &p_resource, List<String> *p_extensions) const override;
|
||||
bool recognize(const Ref<Resource> &p_resource) const override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user