2.5: fix for last commit, left in debug print.
This commit is contained in:
@@ -258,7 +258,7 @@ public:
|
||||
* @param grab The new grab state of the cursor.
|
||||
* @return Indication of success.
|
||||
*/
|
||||
virtual GHOST_TSuccess setCursorGrab(bool grab) { printf("?! grab\n"); return GHOST_kSuccess; };
|
||||
virtual GHOST_TSuccess setCursorGrab(bool grab) { return GHOST_kSuccess; };
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user