Fix method bindings in FBXDocument by making them virtual in GLTFDocument.

This commit is contained in:
Lyuma
2024-03-15 12:22:39 -07:00
parent 68ad520da4
commit 8232759100
3 changed files with 13 additions and 14 deletions

View File

@ -2347,7 +2347,7 @@ PackedByteArray FBXDocument::generate_buffer(Ref<GLTFState> p_state) {
return PackedByteArray();
}
Error write_to_filesystem(Ref<GLTFState> p_state, const String &p_path) {
Error FBXDocument::write_to_filesystem(Ref<GLTFState> p_state, const String &p_path) {
return ERR_UNAVAILABLE;
}