Skip to content

Commit

Permalink
Fix iPhone issue with number of collection item > 192
Browse files Browse the repository at this point in the history
  • Loading branch information
cavenel committed Apr 28, 2023
1 parent 397fe20 commit 1f401df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tissuumaps/static/js/utils/glUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ glUtils._markersVS = `
uniform sampler2D u_colorscale;
layout(std140) uniform TransformUniforms {
mat3x2 imageToViewport[256];
mat3x2 imageToViewport[192];
} u_transformUBO;
layout(location = 0) in vec4 in_position;
Expand Down

0 comments on commit 1f401df

Please sign in to comment.