mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 13:53:57 -07:00
Mount public in case we are starting Atlas and no mods are specified in the config. If users remove all mods and save this to the config and try to start Atlas it will crash, as it cannot find some needed files. This was SVN commit r15678.
14 lines
277 B
XML
14 lines
277 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<effect>
|
|
|
|
<technique>
|
|
<require shaders="fixed"/>
|
|
<pass shader="fixed:gui_solid"/>
|
|
</technique>
|
|
|
|
<technique>
|
|
<require shaders="glsl"/>
|
|
<pass shader="glsl/gui_solid"/>
|
|
</technique>
|
|
|
|
</effect>
|