st/wgl: Remove buggy assertion.
The assertion is wrong, now that state tracker can cope with a window with zero width or height.
This commit is contained in:
parent
d6b248652a
commit
a67ecfeebc
1 changed files with 0 additions and 2 deletions
|
|
@ -146,8 +146,6 @@ stw_framebuffer_get_size( struct stw_framebuffer *fb )
|
|||
* maximized again.
|
||||
*/
|
||||
|
||||
assert(width == 0 && height == 0);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue