- fbx: fix "could not read property name" warn message.
parent
fd828a1b44
commit
b7456307dd
|
@ -117,7 +117,7 @@ std::string PeekPropertyName(const Element& element)
|
|||
{
|
||||
ai_assert(element.KeyToken().StringContents() == "P");
|
||||
const TokenList& tok = element.Tokens();
|
||||
if(tok.size() < 5) {
|
||||
if(tok.size() < 4) {
|
||||
return "";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue