You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Daniel Wiedeman: made them public static
public static int TL; // top left
public static int TR; // top right
public static int BL; // bottom left
public static int BR; // bottom right
Let's say I create a CornerPinSurface with a low resolution and after that I create a second CornerPinSurface with a high resolution. TL, TR, BL and BR are overwritten!
They should just be public, nothing more.
The text was updated successfully, but these errors were encountered:
https://github.com/davidbouchard/keystone/blob/master/src/deadpixel/keystone/CornerPinSurface.java#L53
The following values can not be static!
Let's say I create a CornerPinSurface with a low resolution and after that I create a second CornerPinSurface with a high resolution. TL, TR, BL and BR are overwritten!
They should just be public, nothing more.
The text was updated successfully, but these errors were encountered: