remove comment not meant to be checked in

This commit is contained in:
Eric House 2013-12-01 20:49:38 -08:00
parent a4fe0adb62
commit 17dcb5c4f0

View file

@ -351,7 +351,7 @@ public class JNIThread extends Thread {
break;
case CMD_SETDRAW:
XwJNI.board_setDraw( m_jniGamePtr, (DrawCtx)args[0] ); // here
XwJNI.board_setDraw( m_jniGamePtr, (DrawCtx)args[0] );
XwJNI.board_invalAll( m_jniGamePtr );
break;