I get this error in my game and I dont know to solve it
thats where the error is in the Zeemijn.Remove
the actor where Remove class in is this one
private void foundBomb()
{
Actor zeemijn;
World world;
zeemijn = getOneObjectAtOffset(0, 0, Zeemijn.class);
if(zeemijn != null)
{
Zeemijn.Remove();
}
}
