mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-20 06:06:13 +00:00
Merge
This commit is contained in:
commit
80481eb23e
2 changed files with 6 additions and 4 deletions
|
@ -23,8 +23,8 @@ namespace NL3D
|
||||||
void viewDidResize(NSView* view, CDriverGL* driver)
|
void viewDidResize(NSView* view, CDriverGL* driver)
|
||||||
{
|
{
|
||||||
NSRect rect = [[view superview] frame];
|
NSRect rect = [[view superview] frame];
|
||||||
driver->_WindowWidth = rect.size.width;
|
driver->_CurrentMode.Height = rect.size.height;
|
||||||
driver->_WindowHeight = rect.size.height;
|
driver->_CurrentMode.Width = rect.size.width;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
ADD_SUBDIRECTORY(land_export)
|
ADD_SUBDIRECTORY(land_export)
|
||||||
ADD_SUBDIRECTORY(land_export_lib)
|
ADD_SUBDIRECTORY(land_export_lib)
|
||||||
|
|
||||||
ADD_SUBDIRECTORY(world_editor)
|
IF(WITH_MFC)
|
||||||
ADD_SUBDIRECTORY(world_editor_primitive_plugin)
|
ADD_SUBDIRECTORY(world_editor)
|
||||||
|
ADD_SUBDIRECTORY(world_editor_primitive_plugin)
|
||||||
|
ENDIF(WITH_MFC)
|
||||||
|
|
||||||
# This is an old plugin and is deprecated. It doesn't even compile anymore.
|
# This is an old plugin and is deprecated. It doesn't even compile anymore.
|
||||||
#ADD_SUBDIRECTORY(world_editor_plugin)
|
#ADD_SUBDIRECTORY(world_editor_plugin)
|
||||||
|
|
Loading…
Reference in a new issue