Project

General

Profile

« Previous | Next » 

Revision 0fb3f8b8

Added by Leszek Koltunski about 2 months ago

  • ID 0fb3f8b81e9b8fca4a69030ce3b44f2973b35d64
  • Parent c6f467b1

Lint

View differences:

src/main/java/org/distorted/library/main/DistortedLibrary.java
163 163
  private static int mMainProgramH, mFullProgramH, mMainOITProgramH;
164 164

  
165 165
  /// OIT SSBO BUFFER ///
166
  private static int[] mLinkedListSSBO = new int[1];
166
  private static final int[] mLinkedListSSBO = new int[1];
167 167
  private static int[] mAtomicCounter;
168 168
  private static int   mCurrBuffer;
169 169

  
......
940 940
        }
941 941
      catch(Exception ex)
942 942
        {
943
        mUser.logMessage("DistortedLibrary: exception trying to pattern match version: "+ex.toString());
943
        mUser.logMessage("DistortedLibrary: exception trying to pattern match version: "+ ex);
944 944
        }
945 945
      }
946 946
    else if( mVendor.contains("Imagination") )

Also available in: Unified diff