fixing the shader for mac

This commit is contained in:
samcake 2015-03-19 16:00:47 -07:00
parent 65727dd613
commit d2868bcafc

View file

@ -98,7 +98,7 @@ TransformCamera getTransformCamera() {
<$clipPos$> = <$cameraTransform$>._projectionViewUntranslated * _eyepos;
}
<@else@>
<$clippos$> = gl_ModelViewProjectionMatrix * <$modelPos$>;
<$clipPos$> = gl_ModelViewProjectionMatrix * <$modelPos$>;
<@endif@>
<@endfunc@>