I'm using a library it has a public static float variable I want to know how to override it
I guess that's not going to happen?
//Settings.java
package org.jbox2d.common;
public class Settings {
public static float velocityThreashold = 1.0f;
}
//MyClass.class
package org.jbox2d.common;
import com.otherlibrary
public class MyClass {
}
Thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…