Fix comment

merge-requests/2/head
Miloslav Číž 3 years ago
parent f4dec90ff5
commit da9625aac1

@ -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

Loading…
Cancel
Save