mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-23 07:36:16 +00:00
Fixed: #909 warning flood
This commit is contained in:
parent
4fa015d0c4
commit
ee05a53ef0
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