1
0

Put phonograph on right part of visual spectrum

This commit is contained in:
Tiger Wang 2020-09-23 11:52:27 +01:00 committed by Alexander Harkness
parent 7574f68a48
commit 5bd12814db
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,6 @@ private:
virtual ColourID GetMapBaseColourID(NIBBLETYPE a_Meta) const override
{
UNUSED(a_Meta);
return 6;
return 10;
}
} ;

View File

@ -48,6 +48,7 @@ target_sources(
BlockHandler.h
BlockHopper.h
BlockIce.h
BlockJukebox.h
BlockLadder.h
BlockLeaves.h
BlockLever.h