1
Fork 0

Added a 3D check to FXCameraAttachScript

development
Eddoursul 3 months ago
parent b24010ff81
commit ec26c5d140
  1. BIN
      scripts/fxcameraattachscript.pex
  2. 2
      source/scripts/fxcameraattachscript.psc

Binary file not shown.

@ -33,7 +33,7 @@ int Property timeLimit = 180 Auto
;if (CrossfadeableISM)
; CrossfadeableISM.ApplyCrossFade(2)
;endif
if (LoopSound)
if LoopSound && Is3DLoaded()
instanceID = LoopSound.Play(Self)
endif
;wait (27)

Loading…
Cancel
Save