use std_derivatives line shader again

This commit is contained in:
Hannes Janetzek 2013-06-30 09:19:03 +02:00
parent 4d8cf0e62e
commit 77721db328

View File

@ -153,7 +153,7 @@ public class TileRenderer {
// simple line shader does not take forward shortening into
// account. only used when tilt is 0.
int simpleShader = 1; //(pos.tilt < 1 ? 1 : 0);
int simpleShader = (pos.tilt < 1 ? 1 : 0);
boolean clipped = false;