mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-29 16:05:47 +08:00
The grid position variable is non-private: gridPosition in the PlatformBlock class definition but was used as private: _gridPosition in the onLoad method. This PR updates the grid position variable in the onLoad to gridPosition.