Closed asendra closed 3 weeks ago
We had a silly bug inside OfflineEngine
OfflineEngine
We are using a struct for the configuration type instead of a class, so when we pass it around, it is a copy, not a reference. When the quality is changed by the client, we are not updating the configuration object in the OfflineEngine
We had a silly bug inside
OfflineEngine
We are using a struct for the configuration type instead of a class, so when we pass it around, it is a copy, not a reference. When the quality is changed by the client, we are not updating the configuration object in the
OfflineEngine