Project

General

Profile

« Previous | Next » 

Revision b38826fe

Added by Leszek Koltunski about 2 years ago

Correct a crasher in BandagedCreator.
Correct maesh of Trajber 4x4.

View differences:

src/main/java/org/distorted/bandaged/BandagedCreatorRenderer.java
276 276
   @Override
277 277
   public void onSurfaceCreated(GL10 glUnused, EGLConfig config)
278 278
      {
279
      DistortedLibrary.setMax(EffectType.VERTEX,25);
280
      MeshBase.setMaxEffComponents(26);
279
      DistortedLibrary.setMax(EffectType.VERTEX,10);
280
      MeshBase.setMaxEffComponents(50);
281 281

  
282 282
      DistortedLibrary.onSurfaceCreated(mView.getContext(),this,1);
283 283
      DistortedLibrary.setCull(true);

Also available in: Unified diff