mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
remove comment not meant to be checked in
This commit is contained in:
parent
a4fe0adb62
commit
17dcb5c4f0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue