From da9625aac1d68614c75fbcb9f242094ec8872323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Sun, 18 Oct 2020 11:38:07 +0200 Subject: [PATCH] Fix comment --- main_sdl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_sdl.c b/main_sdl.c index 56a9906..4f6d7ee 100644 --- a/main_sdl.c +++ b/main_sdl.c @@ -202,7 +202,7 @@ int8_t mouseMoved = 0; /* Whether the mouse has moved since program started, void SFG_getMouseOffset(int16_t *x, int16_t *y) { #if DEMO - // For some reason mouse doesn't desyncs, so don't allow it for demos. + // For some reason mouse desyncs, so don't allow it for demos. return; #endif