Project

General

Profile

« Previous | Next » 

Revision ee28f820

Added by Leszek Koltunski about 1 year ago

Minor

View differences:

src/main/java/org/distorted/objectlib/helpers/QuatGroupGenerator.java
12 12
import org.distorted.library.main.QuatHelper;
13 13
import org.distorted.library.type.Static3D;
14 14
import org.distorted.library.type.Static4D;
15
import org.distorted.objectlib.main.ObjectControl;
15 16

  
16 17
///////////////////////////////////////////////////////////////////////////////////////////////////
17 18

  
......
160 161
      table[i] = new Static4D(mTable[i]);
161 162
      }
162 163

  
164
    if( mInserted> ObjectControl.MAX_QUATS )
165
      {
166
      android.util.Log.e("D", "ERROR! too large quat group="+mInserted);
167
      }
168

  
163 169
    return table;
164 170
    }
165 171

  

Also available in: Unified diff