flame-engine / flame

A Flutter based game engine.
https://flame-engine.org
MIT License
8.98k stars 879 forks source link

fix: Call `super.onLoad` from `FlameBlockReader` #3175

Closed spydon closed 1 month ago

spydon commented 1 month ago

Description

Since you can't chain the mixin if it doesn't call super.onLoad, that call was added. Closes #3164

Checklist

Breaking Change?

Related Issues