Skip to content

Commit edb5377

Browse files
committed
Forgot about those.
1 parent c23ac27 commit edb5377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenFIREmain/OpenFIREmain.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void setup() {
5454
if(OF_Prefs::profiles[i].topOffset >= 32768 || OF_Prefs::profiles[i].topOffset <= -32768 ||
5555
OF_Prefs::profiles[i].bottomOffset >= 32768 || OF_Prefs::profiles[i].bottomOffset <= -32768 ||
5656
OF_Prefs::profiles[i].rightOffset >= 32768 || OF_Prefs::profiles[i].rightOffset <= -32768 ||
57-
OF_Prefs::profiles[i].leftOffset >= 32768 || OF_Prefs::profiles[i].leftOffset <= -32768 || ) {
57+
OF_Prefs::profiles[i].leftOffset >= 32768 || OF_Prefs::profiles[i].leftOffset <= -32768) {
5858
OF_Prefs::profiles[i].topOffset = 0;
5959
OF_Prefs::profiles[i].bottomOffset = 0;
6060
OF_Prefs::profiles[i].leftOffset = 0;

0 commit comments

Comments
 (0)