decentraland / sdk

PM repository for SDK
Apache License 2.0
4 stars 4 forks source link

Color lerping flickering #964

Open pravusjif opened 9 months ago

pravusjif commented 9 months ago

It was reported that color lerping breaks if the browser is minimized and maximized after a while.

Apparently with 7.3.3 the problem didn't happen.

Correct behaviour:

https://github.com/decentraland/sdk/assets/1031741/8b65f7a9-8692-43da-afef-93671e53a205

Broken behaviour:

https://github.com/decentraland/sdk/assets/1031741/f9a93b56-31ae-4ab3-b523-b7474994dc94

pravusjif commented 7 months ago

OK found out that this commit inthe explorer is the one that triggers the bugged behaviour. The problem started with SDK 7.3.18.

We'll look into this in the future, since that commit helped improve a lot the CRDT messages processing performance, the tradeoff is well worth it.