fix, by inspection, NPE reported via Play dev console

This commit is contained in:
Eric House 2014-01-25 18:04:32 -08:00
parent 843c6389cf
commit e9ffcdbbc5

View file

@ -203,6 +203,8 @@ public class BoardView extends View implements BoardHandler, SyncedDraw {
// nothing to do
} else if ( null == m_gi ) {
// nothing to do either
} else if ( null == m_jniThread ) {
// nothing to do either
} else if ( null == m_dims ) {
// m_canvas = null;
// need to synchronize??