Terasology / LightAndShadow

Light & Shadow is an experimental game type set in a quirky Alice in Wonderland inspired setting
Apache License 2.0
8 stars 22 forks source link

fix: move block caching out of static initializer #223

Closed naalit closed 3 years ago

naalit commented 3 years ago

This moves getting red and black dice blocks from the BlockManager to the initialize() method of the rasterizer instead of having them in static constructors. Alongside https://github.com/Terasology/CoreWorlds/pull/39, it should fix the world setup and preview screens in LaS.