Fixed missing return value in glTF2.0 importer camera, closes #10130
This commit is contained in:
parent
dac150108a
commit
ded74dedef
1 changed files with 2 additions and 0 deletions
|
|
@ -1434,6 +1434,8 @@ Error EditorSceneImporterGLTF::_parse_cameras(GLTFState &state) {
|
|||
}
|
||||
|
||||
print_line("total cameras: " + itos(state.cameras.size()));
|
||||
|
||||
return OK;
|
||||
}
|
||||
|
||||
Error EditorSceneImporterGLTF::_parse_animations(GLTFState &state) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue