Skip to content

Commit 3f2c510

Browse files
jreckAndroid (Google) Code Review
authored andcommitted
Merge "Fix ATLAS_MAP_ENTRY_FIELD_COUNT" into mnc-dev
2 parents 6625047 + c360bef commit 3f2c510

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/core/java/com/android/server/AssetAtlasService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public class AssetAtlasService extends IAssetAtlas.Stub {
9393
// Defines the number of int fields used to represent a single entry
9494
// in the atlas map. This number defines the size of the array returned
9595
// by the getMap(). See the mAtlasMap field for more information
96-
private static final int ATLAS_MAP_ENTRY_FIELD_COUNT = 4;
96+
private static final int ATLAS_MAP_ENTRY_FIELD_COUNT = 3;
9797

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

0 commit comments

Comments
 (0)