You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running AnimatedCirclesDemo runAlternatives, at each animated tests results :
--- 50 animated ---
an AtlasTileManager(2048@2048)
Instance of Color class did not understand #random:
a TextureTileManager(StaticTextureTile)
Instance of Color class did not understand #random:
a TextureTileManager(StreamingTextureTile)
Instance of Color class did not understand #random:
a CairoDirectTileManager
Instance of Color class did not understand #random:
The text was updated successfully, but these errors were encountered:
Thanks for the report. I don't see the same in my image, but I installed several projects so I should try loading this project alone. In my case, the Color>>random: is an extension of Bloc-Alexandrie-Tests... so don't you have Bloc loaded? or it had some conflict 🤔
ok I thought the baseline of SDL experiments loads bloc... then it's a bug. This missing random: is the same but receives a random generator, this allows reproducible results
When running
AnimatedCirclesDemo runAlternatives
, at each animated tests results :The text was updated successfully, but these errors were encountered: