… logs with draw commands due to Swing not being thread safe. Basically there was a race condition such that the variable in the log player indicating if the log contained draw commands was set and fixed to be false before draw commands were detected. Now every time draw commands are detected a listener is called alerting the log player that there are draw commands in the log file. Closes #78.
… logs with draw commands due to Swing not being thread safe. Basically there was a race condition such that the variable in the log player indicating if the log contained draw commands was set and fixed to be false before draw commands were detected. Now every time draw commands are detected a listener is called alerting the log player that there are draw commands in the log file. Closes #78.