mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-24 23:53:12 -04:00
fix item scaling mistake
This commit is contained in:
@@ -197,10 +197,9 @@ void daItem_c::CreateInit() {
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
#else
|
||||
mItemScale.setall(1.0f);
|
||||
} else
|
||||
#endif
|
||||
mItemScale.setall(1.0f);
|
||||
|
||||
switch (daItem_prm::getType(this)) {
|
||||
case TYPE_BOOM_HIT_e:
|
||||
|
||||
Reference in New Issue
Block a user