Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8b154a0 authored by John Reck's avatar John Reck Committed by Android Git Automerger
Browse files

am 8fb2a4fa: am 3328fe58: am 3f2c5108: Merge "Fix ATLAS_MAP_ENTRY_FIELD_COUNT" into mnc-dev

* commit '8fb2a4fa':
  Fix ATLAS_MAP_ENTRY_FIELD_COUNT
parents 602d71db 8fb2a4fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ public class AssetAtlasService extends IAssetAtlas.Stub {
    // Defines the number of int fields used to represent a single entry
    // in the atlas map. This number defines the size of the array returned
    // by the getMap(). See the mAtlasMap field for more information
    private static final int ATLAS_MAP_ENTRY_FIELD_COUNT = 4;
    private static final int ATLAS_MAP_ENTRY_FIELD_COUNT = 3;

    // Specifies how our GraphicBuffer will be used. To get proper swizzling
    // the buffer will be written to using OpenGL (from JNI) so we can leave