mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:07:43 +00:00
CScriptCamera*Keyframe: Brace statements where applicable
Makes the code consistent.
This commit is contained in:
@@ -20,12 +20,14 @@ void CScriptCameraBlurKeyframe::AcceptScriptMsg(EScriptObjectMessage msg, TUniqu
|
||||
|
||||
switch (msg) {
|
||||
case EScriptObjectMessage::Increment:
|
||||
if (GetActive())
|
||||
if (GetActive()) {
|
||||
stateMgr.GetCameraBlurPass(3).SetBlur(x34_type, x38_amount, x40_timeIn);
|
||||
}
|
||||
break;
|
||||
case EScriptObjectMessage::Decrement:
|
||||
if (GetActive())
|
||||
if (GetActive()) {
|
||||
stateMgr.GetCameraBlurPass(3).DisableBlur(x44_timeOut);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user