mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-29 23:15:56 -04:00
Killed off Godzilla-ness
This commit is contained in:
+1
-1
@@ -223,7 +223,7 @@ float CustomizationManager::MorphParameter::normalizeScale (Object const & obj,
|
||||
|
||||
float CustomizationManager::MorphParameter::denormalizeScale (SharedObjectTemplate const * const tmpl, float const normalizedValue)
|
||||
{
|
||||
if (tmpl)
|
||||
if (tmpl && normalizedValue <= 1.0f) // Cekis: Godzilla must die!
|
||||
{
|
||||
float const scaleMax = tmpl->getScaleMax ();
|
||||
float const scaleMin = tmpl->getScaleMin ();
|
||||
|
||||
Reference in New Issue
Block a user