Fix comment

This commit is contained in:
Miloslav Číž 2020-10-18 11:38:07 +02:00
parent f4dec90ff5
commit da9625aac1
1 changed files with 1 additions and 1 deletions

View File

@ -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) void SFG_getMouseOffset(int16_t *x, int16_t *y)
{ {
#if DEMO #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; return;
#endif #endif