- fbx: more warn policy tuning.

pull/14/head
Alexander Gessler 2012-08-26 18:58:08 +02:00
parent a1713052e5
commit 310235dd5b
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ Deformer::Deformer(uint64_t id, const Element& element, const Document& doc, con
const Scope& sc = GetRequiredScope(element);
const std::string& classname = ParseTokenAsString(GetRequiredToken(element,2));
props = GetPropertyTable(doc,"Deformer.Fbx" + classname,element,sc);
props = GetPropertyTable(doc,"Deformer.Fbx" + classname,element,sc,true);
}