Added a 3D check to FXCameraAttachScript

This commit is contained in:
Eddoursul 2024-02-08 15:08:09 +01:00
parent b24010ff81
commit ec26c5d140
2 changed files with 42 additions and 42 deletions

Binary file not shown.

View File

@ -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)