remove redundant vertex update
This commit is contained in:
parent
448e9fed14
commit
8ff74e7235
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ void rect(const PtkRect *rect) {
|
||||||
t2->type = rect->type;
|
t2->type = rect->type;
|
||||||
|
|
||||||
triangle(t2, 1);
|
triangle(t2, 1);
|
||||||
vk_transfer_vertex_data();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ellipse(const PtkEllipse *ellipse) {
|
void ellipse(const PtkEllipse *ellipse) {
|
||||||
|
|
Loading…
Reference in a new issue