New lighting, new spheres

This commit is contained in:
Vulpovile
2021-03-04 13:07:04 -08:00
parent fb966e0b82
commit 20c18c6f9b
3 changed files with 31 additions and 161 deletions

View File

@@ -229,7 +229,6 @@ int main(int argc, char** argv) {
hThisInstance,
NULL
);
if(hwndMain == NULL)
{
MessageBox(NULL, "Critical error loading: Failed to create HWND, must exit", (g_PlaceholderName + " Crash").c_str() , MB_OK);