We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6625047 + c360bef commit 3f2c510Copy full SHA for 3f2c510
1 file changed
services/core/java/com/android/server/AssetAtlasService.java
@@ -93,7 +93,7 @@ public class AssetAtlasService extends IAssetAtlas.Stub {
93
// Defines the number of int fields used to represent a single entry
94
// in the atlas map. This number defines the size of the array returned
95
// by the getMap(). See the mAtlasMap field for more information
96
- private static final int ATLAS_MAP_ENTRY_FIELD_COUNT = 4;
+ private static final int ATLAS_MAP_ENTRY_FIELD_COUNT = 3;
97
98
// Specifies how our GraphicBuffer will be used. To get proper swizzling
99
// the buffer will be written to using OpenGL (from JNI) so we can leave
0 commit comments