Bug #2140
Unnecessary warning about MD2 model not having any skins
Description
When an MD2 model does not specify any skins, but its DED definition uses "Skin file", a warning gets printed in defineAllSkins()
before "Skin file" is checked.
Discussion: http://dengine.net/forums/viewtopic.php?f=16&t=2138&p=14378
Associated revisions
Resources|Models|Client: Removed a warning about model skins
The warning was converted to a regular log entry, because at this time
we haven't yet checked if DEDs specify a custom skin for the model.
Fixes #2140
History
#1 Updated by skyjake almost 9 years ago
- Description updated (diff)
#2 Updated by skyjake almost 9 years ago
- Target version set to 1.15.7
#3 Updated by skyjake almost 9 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset github|09945a34006be9adabff90fc98b4bdc01ed96384.
#4 Updated by skyjake almost 9 years ago
- Assignee set to skyjake
#5 Updated by skyjake almost 9 years ago
- Status changed from Resolved to Closed
Resources|Models|Client: Removed a warning about model skins
The warning was converted to a regular log entry, because at this time
we haven't yet checked if DEDs specify a custom skin for the model.
Fixes #2140