Hey guys,
i've got a problem with my getHeight function, it says " cannot find symbol - method getHeight()"
Does anyone know how to fix this problem? Thanks in advance
public boolean onGround()
{
Actor under = getOneObjectAtOffset (0, getHeight() / 2, Ground.class);
return under != null;
}
