Skip to content

Commit 0f9da72

Browse files
authored
Merge pull request #14 from Absulit/dev
fixed name
2 parents 428d63a + bc28c94 commit 0f9da72

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)