mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
Meant to include this in the last commit.
This commit is contained in:
parent
318b8c38bc
commit
77d9e21162
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ FBXNode parseFBX(QIODevice* device) {
|
|||
|
||||
// parse the top-level node
|
||||
FBXNode top;
|
||||
while (device->bytesAvailable() >= 13) {
|
||||
while (device->bytesAvailable()) {
|
||||
FBXNode next = parseFBXNode(in);
|
||||
if (next.name.isNull()) {
|
||||
return top;
|
||||
|
|
Loading…
Reference in a new issue