mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-17 13:01:42 +00:00
Fixed: #909 warning flood
This commit is contained in:
parent
299dcab227
commit
dcc73535d2
1 changed files with 1 additions and 2 deletions
|
@ -2568,8 +2568,7 @@ bool mainLoop()
|
||||||
screenShotPNG();
|
screenShotPNG();
|
||||||
ScreenshotRequest = ScreenshotRequestNone;
|
ScreenshotRequest = ScreenshotRequestNone;
|
||||||
break;
|
break;
|
||||||
case ScreenshotRequestNone:
|
default:
|
||||||
nlwarning("Screenshot of unspecified type requested.");
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue