Skip to content

Commit bc28c94

Browse files
committed
fixed name
1 parent be57fc7 commit bc28c94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ points.setUniform('rand', 0);
328328
points.setUniform('progress', 0);
329329
points.setUniform('artworkLoaded', 0);
330330
// points.setUniform('somecolor', colors.color2, 'vec3f');
331-
points.setStorageMap('chars', strToCodes('Gravity Pulse'), 'array<f32>')// TODO: setStorageMap doesn't work with u32 wrong sized
331+
points.setStorageMap('chars', strToCodes('Gravity Pull'), 'array<f32>')// TODO: setStorageMap doesn't work with u32 wrong sized
332332
points.setStorageMap('message', strToCodes('Select a song to Play'), 'array<f32>')// TODO: setStorageMap doesn't work with u32 wrong sized
333333
points.setStorageMap('artworkColors', Array(16).fill(1), 'array<vec4f>');
334334
points.setStorage('variables', 'Variables');

0 commit comments

Comments
 (0)