1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-03 11:30:02 +00:00

Removes unnecessary call.

This commit is contained in:
Thomas Harte 2017-10-06 18:48:51 -04:00
parent 2511fc8401
commit f623bff5c3

View File

@ -106,7 +106,6 @@ class MachineDocument:
drawLock.lock()
machine = nil
openGLView.invalidate()
openGLView.openGLContext!.makeCurrentContext()
actionLock.unlock()
drawLock.unlock()