fix: something idfk im tired dude

This commit is contained in:
2026-08-25 21:50:26 -04:00
parent fdc89a23ea
commit 4c50659091
+1 -1
View File
@@ -857,7 +857,7 @@ ID3D11DeviceContext *Renderer::InitialiseContext(bool fromPresent)
//str1k3r - yo fuck you 4J and your hardcoded ass game
void Renderer::setResolution(int ScreenWidth, int ScreenHeight)
{
if(kScreenHeight != ScreenHeight && kScreenWidth != ScreenWidth)
if(kScreenHeight != ScreenHeight || kScreenWidth != ScreenWidth)
{
kScreenHeight = ScreenHeight;
kScreenWidth = ScreenWidth;