mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 20:43:15 +00:00
- Removed spurious log warnings when retrying in CreateFrameBuffer().
SVN r2327 (trunk)
This commit is contained in:
parent
b2a4ffc718
commit
30ec646ba5
1 changed files with 1 additions and 0 deletions
|
@ -596,6 +596,7 @@ DFrameBuffer *Win32Video::CreateFrameBuffer (int width, int height, bool fullscr
|
|||
{
|
||||
hr = fb->GetHR ();
|
||||
}
|
||||
fb->ObjectFlags |= OF_YesReallyDelete;
|
||||
delete fb;
|
||||
|
||||
LOG1 ("fb is bad: %08lx\n", hr);
|
||||
|
|
Loading…
Reference in a new issue