1
0
forked from 0ad/0ad

Fixed typo in config file

This was SVN commit r12363.
This commit is contained in:
myconid 2012-08-11 16:20:32 +00:00
parent 06d22af3dc
commit abca51c1ae

View File

@ -79,7 +79,7 @@ materialmgr.PARALLAX_DIST.max = 150
; Maximum distance to display high quality parallax effect. ; Maximum distance to display high quality parallax effect.
materialmgr.PARALLAX_HQ_DIST.max = 75 materialmgr.PARALLAX_HQ_DIST.max = 75
; Maximum distance to display very high quality parallax effect. Set to 30 to enable. ; Maximum distance to display very high quality parallax effect. Set to 30 to enable.
materialmgr.PARALLAX_HQ_DIST.max = 0 materialmgr.PARALLAX_VHQ_DIST.max = 0
;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;
; Replace alpha-blending with alpha-testing, for performance experiments ; Replace alpha-blending with alpha-testing, for performance experiments