Added a 3D check to FXCameraAttachScript
This commit is contained in:
parent
b24010ff81
commit
ec26c5d140
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…
Reference in New Issue
Block a user