1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Threw less errors in release

This commit is contained in:
Brian Fiete 2020-04-30 10:24:16 -07:00
parent 82ca799470
commit e6cd90ac49

View file

@ -3183,7 +3183,7 @@ void COFF::ParseCompileUnit_Symbols(DbgCompileUnit* compileUnit, uint8* sectionD
case 0x1176:
break;
default:
BF_FATAL("Unhandled");
BF_DBG_FATAL("Unhandled");
break;
}