nicolasgramlich/AndEngineExamples

Incorrect import in HullAlgorithmExample.java

Opened this issue · 0 comments

Line 11 of the file is:
import org.andengine.entity.primitive.vbo.DrawMode;

Instead, it should be:
import org.andengine.entity.primitive.DrawMode;