mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-16 01:58:47 +01:00
fix some stuff
This commit is contained in:
@@ -55,8 +55,8 @@ const PIXEL_FP PIXEL_FNCS[] = {
|
||||
*/
|
||||
[](NeoPattern* pixels, const char *id){
|
||||
pattern p = (pattern)atoi(id);
|
||||
pixels->Interval = 50;
|
||||
pixels->TotalSteps = pixels->numPixels();
|
||||
//pixels->Interval = 50;
|
||||
//pixels->TotalSteps = pixels->numPixels();
|
||||
pixels->ActivePattern = p;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user