Fix method bindings in FBXDocument by making them virtual in GLTFDocument.
This commit is contained in:
parent
68ad520da4
commit
8232759100
3 changed files with 13 additions and 14 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue