Killed off Godzilla-ness

This commit is contained in:
Cekis
2015-12-07 04:57:02 +01:00
parent 3157f4076e
commit 5f9f3f674a
@@ -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 ();