mirror of
https://github.com/godotengine/godot.git
synced 2025-01-29 13:20:43 +00:00
Fixed missing return value in glTF2.0 importer camera, closes #10130
This commit is contained in:
parent
dac150108a
commit
ded74dedef
@ -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…
Reference in New Issue
Block a user