Basically, BIS_fnc_3DCredits in ArmA3, at the moment, isn't updating properly unless the user presses Escape. It only updates during that time, not in real-time, as is the intent (I assume).
Description
Description
Details
Details
- Legacy ID
- 2736244724
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- Editor
Steps To Reproduce
Execute the current BIS_fnc_3DCredits. Only tested in current Devbuild (Exe rev. 114426).
Additional Information
I've already fixed this locally. The culprit is the last sleep(0.01). Presumably this is too fast, not allowing the function to catch up properly.
A sleep value of 0.02 or higher fixes this issue entirely, however the text will appear to "lag" behind. A middle-ground value such as 0.015 appeared unusable during testing, so the end result procuded slight lag, but it wasn't very significant.