mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: #909 warning flood
This commit is contained in:
parent
251ff677c0
commit
dfb1cb9e66
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