forked from cafeberry/cafeberry
chore: cleanup function names & update gdraw resolution
This commit is contained in:
@@ -878,8 +878,9 @@ int APIENTRY _tWinMain(_In_ HINSTANCE hInstance,
|
||||
ui.tick();
|
||||
ui.render();
|
||||
|
||||
//str1k3r - now set the resolution a FUCK ton of times to tell 4J to fuck off with their hardcoded shit
|
||||
//str1k3r - update RenderManager's & gdraw's resolution
|
||||
RenderManager.setResolution(g_iScreenWidth, g_iScreenHeight);
|
||||
ui.updateResolution(g_iScreenWidth, g_iScreenHeight);
|
||||
|
||||
// Present the frame.
|
||||
RenderManager.Present();
|
||||
|
||||
Reference in New Issue
Block a user