Project

General

Profile

« Previous | Next » 

Revision 8c57d77b

Added by Leszek Koltunski about 1 year ago

Decouple (to a large degree) the OpenGL Library from Android.

View differences:

src/main/java/org/distorted/library/mesh/DeferredJobs.java
28 28

  
29 29
import java.util.ArrayList;
30 30

  
31
import android.util.Log;
32

  
33 31
///////////////////////////////////////////////////////////////////////////////////////////////////
34 32
/**
35 33
 * Not part of public API, do not document (public only because has to be cleaned from the main package)
......
201 199

  
202 200
      str += (" next: "+numNext+" prev: "+numPrev);
203 201

  
204
      Log.e("job", str);
202
      DistortedLibrary.logMessage("DeferredJobs: "+str);
205 203

  
206 204
      for(int i=0; i<numPrev; i++)
207 205
        {

Also available in: Unified diff