mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-12 17:17:09 -04:00
remove debug stuff
This commit is contained in:
parent
3c7ef24b86
commit
5a9d220823
@ -4,8 +4,6 @@
|
||||
#include "Graphics.h"
|
||||
#include "String.h"
|
||||
#include "Funcs.h"
|
||||
#include <stdio.h>
|
||||
#include "Chat.h"
|
||||
#include "Bitmap.h"
|
||||
#include "Errors.h"
|
||||
#include "ExtMath.h"
|
||||
@ -223,7 +221,6 @@ void Window_ProcessEvents(double delta) {
|
||||
#endif
|
||||
|
||||
static void Cursor_GetRawPos(int* x, int* y) {
|
||||
*x = 100; *y = 100;
|
||||
|
||||
u32 type;
|
||||
|
||||
@ -236,6 +233,8 @@ static void Cursor_GetRawPos(int* x, int* y) {
|
||||
|
||||
*x = wd->ir.x;
|
||||
*y = wd->ir.y;
|
||||
} else {
|
||||
*x = 0; *y = 0;
|
||||
}
|
||||
}
|
||||
void Cursor_SetPosition(int x, int y) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user