Project

General

Profile

« Previous | Next » 

Revision 227b9bca

Added by Leszek Koltunski over 5 years ago

Minor simplifications in Mesh.

View differences:

src/main/java/org/distorted/library/mesh/MeshFlat.java
196 196
    if( remainingVert!=0 )
197 197
      android.util.Log.d("MeshFlat", "remainingVert " +remainingVert );
198 198

  
199
    setData(numVertices, attribs);
199
    setAttribs(attribs);
200 200
    }
201 201
 }

Also available in: Unified diff