Fixed debug launching

This commit is contained in:
Tuff CWC 2026-03-07 07:20:14 +01:00 committed by GitHub
parent 4f73dd18b1
commit 48e3f0d68c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -118,9 +118,6 @@ void StringTable::ProcessStringTableData(void)
else
{
app.DebugPrintf("Failed to get language\n");
#ifdef _DEBUG
__debugbreak();
#endif
isStatic = false;
}