Quick fix for create's contraptions

This commit is contained in:
Jozufozu 2021-12-07 22:45:10 -08:00
parent fd0343c48b
commit a90e6a1f56

View file

@ -35,6 +35,7 @@ public class IndexedModel extends BufferedModel {
@Override
public void drawCall() {
ebo.bind();
GL20.glDrawElements(primitiveMode.glEnum, ebo.elementCount, ebo.eboIndexType.getGlEnum(), 0);
}