mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-11 17:21:59 +00:00
Replace MSVC __debugbreak with cross-compiler DEBUG_BREAK macro. (#1540)
This commit is contained in:
@@ -2112,7 +2112,7 @@ void GameRenderer::setupFog(int i, float alpha)
|
||||
|
||||
if (i == 999)
|
||||
{
|
||||
__debugbreak();
|
||||
DEBUG_BREAK();
|
||||
// 4J TODO
|
||||
/*
|
||||
glFog(GL_FOG_COLOR, getBuffer(0, 0, 0, 1));
|
||||
|
||||
Reference in New Issue
Block a user