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)
|
;if (CrossfadeableISM)
|
||||||
; CrossfadeableISM.ApplyCrossFade(2)
|
; CrossfadeableISM.ApplyCrossFade(2)
|
||||||
;endif
|
;endif
|
||||||
if (LoopSound)
|
if LoopSound && Is3DLoaded()
|
||||||
instanceID = LoopSound.Play(Self)
|
instanceID = LoopSound.Play(Self)
|
||||||
endif
|
endif
|
||||||
;wait (27)
|
;wait (27)
|
||||||
|
Loading…
Reference in New Issue
Block a user