PropData: Change warning to a log. Not every model has to have PropData.
This commit is contained in:
parent
649ed825ad
commit
d405ff7e90
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ PropData_ForModel(string modelname)
|
|||
|
||||
if (fh < 0) {
|
||||
g_propdata_count--;
|
||||
NSWarning("No PropData for model %S", modelname);
|
||||
NSLog("No PropData for model %S", modelname);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue