diff options
author | Paul Rouget <me@paulrouget.com> | 2020-07-17 08:49:09 +0200 |
---|---|---|
committer | Paul Rouget <me@paulrouget.com> | 2020-07-21 06:30:06 +0200 |
commit | 1b0de562ed8c672dc6b61da847706ab24568c5fe (patch) | |
tree | 462bcd70c11eec24f2505b287db248a438225993 /support | |
parent | 9174b201b0b0eeedded34c9cd9868669802f6b4e (diff) | |
download | servo-1b0de562ed8c672dc6b61da847706ab24568c5fe.tar.gz servo-1b0de562ed8c672dc6b61da847706ab24568c5fe.zip |
Remove simpleservo antialiasing option, rely on pref
Diffstat (limited to 'support')
-rw-r--r-- | support/hololens/ServoApp/ServoControl/Servo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/support/hololens/ServoApp/ServoControl/Servo.cpp b/support/hololens/ServoApp/ServoControl/Servo.cpp index 0602fcb7992..7adef0a8511 100644 --- a/support/hololens/ServoApp/ServoControl/Servo.cpp +++ b/support/hololens/ServoApp/ServoControl/Servo.cpp @@ -200,7 +200,6 @@ Servo::Servo(std::optional<hstring> initUrl, hstring args, GLsizei width, o.width = mWindowWidth; o.height = mWindowHeight; o.density = dpi; - o.enable_subpixel_text_antialiasing = false; o.native_widget = eglNativeWindow; // Note about logs: |