diff options
Diffstat (limited to 'dm')
-rw-r--r-- | dm/DM.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1296,9 +1296,7 @@ int dm_main() { setbuf(stdout, nullptr); setup_crash_handler(); - if (FLAGS_analyticAA) { - gSkUseAnalyticAA = true; - } + gSkUseAnalyticAA = FLAGS_analyticAA; if (FLAGS_verbose) { gVLog = stderr; |