fix a typo in auto map type detection
This commit is contained in:
parent
ffae4a0feb
commit
76ed4634ec
|
|
@ -305,7 +305,7 @@ public:
|
|||
tokeniser.ungetToken(); // (
|
||||
return GlobalBrushModule::getTable().createBrush();
|
||||
}
|
||||
else if(!detectedFormat && string_equal(primitive, "("))
|
||||
else if(!detectedFormat && string_equal(primitive, "brushDef"))
|
||||
{
|
||||
detectedFormat = true;
|
||||
wrongFormat = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user