fix
This commit is contained in:
@ -9,10 +9,10 @@ float zoom = 1.;
|
||||
float gTime = 0.;
|
||||
|
||||
float getBeat(void) {
|
||||
return floor(abs(time*4.) / (60./133.) );
|
||||
return floor(abs(time*4.) / (60./145.) );
|
||||
}
|
||||
float getBar(void) {
|
||||
return floor(abs(time) / (60./133.));
|
||||
return floor(abs(time) / (60./145.));
|
||||
}
|
||||
|
||||
vec2 csqr(vec2 a) {
|
||||
|
||||
Reference in New Issue
Block a user