mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-29 23:15:56 -04:00
Fixed issue with appearance templates (again)
This commit is contained in:
@@ -404,12 +404,6 @@ Appearance *AppearanceTemplateList::createAppearance(const char *const fileName)
|
||||
//-- creating the appearance will increment the reference count
|
||||
Appearance *const appearance = appearanceTemplate->createAppearance();
|
||||
|
||||
// Return if we can't find the appearance file
|
||||
if (appearanceTemplate == NULL) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
#ifdef _DEBUG
|
||||
DataLint::popAsset();
|
||||
#endif // _DEBUG
|
||||
|
||||
Reference in New Issue
Block a user