mirror of
https://github.com/NickTheFox99/ChristmOS.git
synced 2026-07-14 06:36:24 -04:00
Fix graphics error
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
// SCREEN CONSTS
|
||||
const uint SCREEN_WIDTH = 320;
|
||||
const uint SCREEN_HEIGHT = 240;
|
||||
const int SCREEN_WIDTH = 320;
|
||||
const int SCREEN_HEIGHT = 240;
|
||||
|
||||
const uint WIN_WIDTH = 1280;
|
||||
const uint WIN_HEIGHT = 720;
|
||||
const int WIN_WIDTH = 1280;
|
||||
const int WIN_HEIGHT = 720;
|
||||
|
||||
Reference in New Issue
Block a user