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:
parent
3cf0e35a17
commit
c98a348fd2
@ -51,7 +51,7 @@ import java.util.List;
|
||||
public class UniformBindingManager {
|
||||
|
||||
private Timer timer;
|
||||
private Float near, far;
|
||||
private float near, far;
|
||||
private Float time, tpf;
|
||||
private int viewX, viewY, viewWidth, viewHeight;
|
||||
private Vector3f camUp = new Vector3f(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user