1
0
Fork 0

Do not save the graphics preset for now

There aren't any mechanisms in the C++ side to handle custom settings yet, so don't use graphics presets unless the user enables them explicitly through a command line option.
This commit is contained in:
Fernando García Liñán 2021-05-07 13:10:09 +02:00
parent f8bab8d01e
commit 6950670086

View file

@ -53,7 +53,6 @@ Started September 2000 by David Megginson, david@megginson.com
</startup>
<rendering>
<initialized type="bool">false</initialized>
<preset type="string" preserve="y" userarchive="y">minimal-quality</preset>
<materials-file>Materials/regions/materials.xml</materials-file>
<multi-sample-buffers type="bool" userarchive="y">false</multi-sample-buffers>
<multi-samples type="int" userarchive="y">0</multi-samples>