Was a little overzealous in my Float conversion and

converted some stuff that only needs to be float.
Undid that.
This commit is contained in:
pspeed42 2014-08-12 03:54:48 -04:00
parent 3cf0e35a17
commit c98a348fd2

View File

@ -51,7 +51,7 @@ import java.util.List;
public class UniformBindingManager { public class UniformBindingManager {
private Timer timer; private Timer timer;
private Float near, far; private float near, far;
private Float time, tpf; private Float time, tpf;
private int viewX, viewY, viewWidth, viewHeight; private int viewX, viewY, viewWidth, viewHeight;
private Vector3f camUp = new Vector3f(), private Vector3f camUp = new Vector3f(),