Fix a bug in Ghost causing crash on Blender exit.
This commit is contained in:
@@ -335,7 +335,7 @@ protected:
|
||||
|
||||
/** Prints all the events. */
|
||||
#ifdef GHOST_DEBUG
|
||||
GHOST_EventPrinter m_eventPrinter;
|
||||
GHOST_EventPrinter* m_eventPrinter;
|
||||
#endif // GHOST_DEBUG
|
||||
|
||||
/** Settings of the display before the display went fullscreen. */
|
||||
|
||||
Reference in New Issue
Block a user