link fbdemo_triforce.c

This commit is contained in:
Prakxo
2023-05-19 22:17:38 +02:00
parent a0ff3985cd
commit 4da7686a39
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ void fbdemo_triforce_move(TransitionTriforce* this, int updaterate){
d = 0.5f * (14.0f + (12.0f * t));
}
else{
d = 0.5f * (14.0f + (16.0f * t));
d = 0.5f * (16.0f + (12.0f * t));
}
if(this->direction != 0){