source: ps/trunk/binaries/data/mods/public/shaders/effects/minimap.xml@ 18561

Last change on this file since 18561 was 18561, checked in by elexis, 8 years ago

Fix fileendings of files with mixed fileendings in the public mod (except art, l10n) and in source/ (except for source/third_party/).
Thus fix lineendings in files that were missed in r18558, as reported by Imarok.

(SVN throws an error when trying to set the native filending property on a file with mixed fileendings. However when recursing it hides this error).

  • Property svn:eol-style set to native
File size: 377 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<effect>
3
4 <technique>
5 <require shaders="arb"/>
6 <pass shader="arb/minimap"/>
7 </technique>
8
9 <technique>
10 <require shaders="glsl"/>
11 <pass shader="glsl/minimap"/>
12 </technique>
13
14 <technique>
15 <require shaders="fixed"/>
16 <pass shader="fixed:minimap"/>
17 </technique>
18
19</effect>
Note: See TracBrowser for help on using the repository browser.