Standardise SNAKE_CASE for surrogate enums

This commit is contained in:
Dylan K. Taylor
2019-02-20 11:14:07 +00:00
parent 36e9db4c07
commit 2c8a065b94
14 changed files with 57 additions and 57 deletions

View File

@ -375,7 +375,7 @@ class BlockFactory{
}
foreach($slabTypes as $type){
self::register($type);
self::register((clone $type)->setSlabType(SlabType::double())); //flattening hack
self::register((clone $type)->setSlabType(SlabType::DOUBLE())); //flattening hack
}
static $wallTypes = [