| 41 | } |
| 42 | |
| 43 | Biome::Biome() { |
| 44 | mainBlock = EmptyMaterialId; |
| 45 | hueShift = 0.0f; |
| 46 | materialHueShift = MaterialHue(); |
| 47 | } |
| 48 | |
| 49 | Biome::Biome(Json const& store) : Biome() { |
| 50 | baseName = store.getString("baseName"); |
nothing calls this directly
no test coverage detected