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:
@@ -146,8 +146,6 @@ stw_framebuffer_get_size( struct stw_framebuffer *fb )
|
||||
* maximized again.
|
||||
*/
|
||||
|
||||
assert(width == 0 && height == 0);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user