I'm translating the jMonkey tutorials to JRuby, and currently on the 8th beginner. But when I run it, it keeps complaining about how there is no settings
method or local variable defined. Is settings
supposed to be an instance variable, method, or what?
EDIT: I looked at the javadoc for both com.jme3.app.Application
and com.jme3.app.SimpleApplication
and neither of them actually define settings
.
Thanks in advance!