opencv test

This commit is contained in:
2026-04-29 04:43:06 -05:00
parent 8588483aff
commit 5079a7642a

View File

@@ -92,9 +92,9 @@ class RubiksCube {
bool goNext = true;
int frames = 8;
int frames = 7;
int frame = 8;
int frame = 7;
void rotatePlate(Turn turn, float radians) {
if(turn.reverse) {