feat: change board cells color
This commit is contained in:
@@ -44,4 +44,8 @@ public class VertexArray {
|
||||
private void BindElementArrayBuffer() {
|
||||
this.elementBuffer.Bind();
|
||||
}
|
||||
|
||||
public List<VertexBuffer> getVertexBuffers() {
|
||||
return vertexBuffers;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user