Benjamin Sutas
Benjamin Sutas
Confirmed, I was able to repro this first time in a new scenario
> > Maybe we could have some sort of method chain... This is called a [fluent interface](https://en.wikipedia.org/wiki/Fluent_interface) or fluent api. You just have a set of methods perform a single...
> > > > Maybe we could have some sort of method chain... > > > > > > This is called a [fluent interface](https://en.wikipedia.org/wiki/Fluent_interface) or fluent api. You just...
It would be quite simple to add in a cheat to set the breakdown value to a range of values. I do agree though that this would be most useful...
There is talk about implementing this feature in OpenRCT2, it could be good to use what they use as a template or reference (or...a blueprint) for the implementation in OpenLoco....
@anon569 can you confirm this still happens on 22.02? there have been a few changes since this was reported
Some info from my testing today: - I set a breakpoint hoping to catch the loud audio bug but it doesn't seem to occur on a debug build, probably because...
I also believe this has been resolved now with the openal rewrite, I'm happy to close it
Video of this occurring: https://user-images.githubusercontent.com/7483209/160322098-b5f19934-e93d-4daa-8271-059cb153f560.mp4
> They are both handled by the same method `viewportsUpdatePosition` and are called in a loop one after each other on every viewort. I guess that means its caused by...