(svn r12749) -Codechange: store the viewport information in the windows that have a viewport instead of one global array with a viewport for each window, even when they do not use the viewport.
This commit is contained in:
@@ -1037,7 +1037,6 @@ void InitWindowSystem()
|
||||
IConsoleClose();
|
||||
|
||||
_last_z_window = _z_windows;
|
||||
InitViewports();
|
||||
_no_scroll = 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user