Fixed: Mac OS X compilation of GL driver

This commit is contained in:
rti 2010-11-23 13:08:13 +01:00
parent f440215b5d
commit 431fc9a13e

View file

@ -23,8 +23,8 @@ namespace NL3D
void viewDidResize(NSView* view, CDriverGL* driver)
{
NSRect rect = [[view superview] frame];
driver->_WindowWidth = rect.size.width;
driver->_WindowHeight = rect.size.height;
driver->_CurrentMode.Height = rect.size.height;
driver->_CurrentMode.Width = rect.size.width;
}
}