lots of updates

This commit is contained in:
2026-02-19 00:39:20 +02:00
parent 898bf90504
commit 4dd2e13c48
53 changed files with 1495 additions and 250 deletions

View File

@@ -1,4 +1,3 @@
#include "SDL3/SDL_error.h"
#include "materialsystem/igamewindow.h"
#include "tier0/lib.h"
#include "tier0/platform.h"
@@ -49,7 +48,7 @@ void CSDLGameWindow::Init()
if (!m_pWindow)
Plat_FatalErrorFunc("SDL_CreateWindow: %s\n", SDL_GetError());
m_uRenderWidth = 1280;
m_uRenderWidth = 720;
m_uRenderHeight = 720;
}
void CSDLGameWindow::Shutdown()