diff --git a/Fltk/Bitmaps.h b/Fltk/Bitmaps.h
index 3b6dd455be0e677c9ff2cc22c4586327491e7be7..94fe5bf80ce9ac1bc9e1e5fc55551d4dfcae2ca3 100644
--- a/Fltk/Bitmaps.h
+++ b/Fltk/Bitmaps.h
@@ -93,7 +93,7 @@ static unsigned char persp_bits[] = {
 #define rotate_height 13
 static unsigned char rotate_bits[] = {
    0x00, 0x00, 0xf0, 0x00, 0x08, 0x01, 0x04, 0x02, 0x02, 0x04, 0x02, 0x04,
-   0x02, 0x00, 0x02, 0x00, 0x24, 0x00, 0x68, 0x00, 0xf0, 0x00, 0x60, 0x00,
+   0x02, 0x04, 0x02, 0x00, 0x24, 0x00, 0x68, 0x00, 0xf0, 0x00, 0x60, 0x00,
    0x20, 0x00 };
 
 #endif