diff options
-rw-r--r-- | support/magicleap/Servo2D/code/src/Servo2D.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/magicleap/Servo2D/code/src/Servo2D.cpp b/support/magicleap/Servo2D/code/src/Servo2D.cpp index 0dd8201baf8..71abf7424b7 100644 --- a/support/magicleap/Servo2D/code/src/Servo2D.cpp +++ b/support/magicleap/Servo2D/code/src/Servo2D.cpp @@ -18,8 +18,8 @@ #include <string.h> // The viewport dimensions (in px). -const int VIEWPORT_W = 1280; -const int VIEWPORT_H = 720; +const int VIEWPORT_W = 852; +const int VIEWPORT_H = 480; // The hidpi factor. const float HIDPI = 1.0; |