Open ravimohan1991 opened 2 years ago
https://github.com/ravimohan1991/Equalizer/blob/1cc23f6abdaa2904078128201e2b021d40a6b6db/Classes/Equalizer.uc#L767
The Timer is being used for two disparate purposes and it is unacceptable because it may cause destructive interference. Need to leverage the multiple timer functionality of UE2. Refer https://forums.epicgames.com/udk/udk-development/udk-programming-and-unrealscript/244374-multiple-timers-in-one-class
https://github.com/ravimohan1991/Equalizer/blob/1cc23f6abdaa2904078128201e2b021d40a6b6db/Classes/Equalizer.uc#L767
The Timer is being used for two disparate purposes and it is unacceptable because it may cause destructive interference. Need to leverage the multiple timer functionality of UE2. Refer https://forums.epicgames.com/udk/udk-development/udk-programming-and-unrealscript/244374-multiple-timers-in-one-class