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