Fix typo that broke build on OSX.
This commit is contained in:
@@ -307,7 +307,7 @@ static void wm_window_add_ghostwindow(bContext *C, wmWindowManager *wm, char *ti
|
||||
#if defined(__APPLE__) && !defined(GHOST_COCOA)
|
||||
{
|
||||
extern int macPrefState; /* creator.c */
|
||||
inital_state += macPrefState;
|
||||
initial_state += macPrefState;
|
||||
}
|
||||
#endif
|
||||
/* Disable AA for now, as GL_SELECT (used for border, lasso, ... select)
|
||||
|
||||
Reference in New Issue
Block a user