Skip to content

Commit

Permalink
Made Analog Clock work if compiled using the new compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
FlatAssembler committed Jan 15, 2025
1 parent b966211 commit 0adef92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analogClock/analogClock.aec
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ Function updateClockToTime(Integer32 hour, Integer32 minute,
logInteger(atan2(sin(185), cos(185)));
logString("\natan2(sin(275),cos(275))=");
logInteger(atan2(sin(275), cos(275)));
logString("\n\n\n");
logString("\n\n");
}
EndIf;
Integer32 windowWidth : = 80, windowHeight : = 23, i : = 0;
Expand Down

0 comments on commit 0adef92

Please sign in to comment.