CFlaahgraTentacle doesn't actually create a shadow

This commit is contained in:
Phillip Stephens 2019-06-09 17:13:19 -07:00
parent b251bc541f
commit 0322b5b234
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ CFlaahgraTentacle::CFlaahgraTentacle(TUniqueId uid, std::string_view name, const
x58e_24_ = false;
ActorLights()->SetCastShadows(false);
x460_knockBackController.SetAutoResetImpulse(false);
CreateShadow(true);
CreateShadow(false);
}
void CFlaahgraTentacle::AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId uid, CStateManager& mgr) {