remove redundant vertex update

This commit is contained in:
jacekpoz 2024-08-13 12:40:05 +02:00
parent 448e9fed14
commit 8ff74e7235
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -64,7 +64,6 @@ void rect(const PtkRect *rect) {
t2->type = rect->type;
triangle(t2, 1);
vk_transfer_vertex_data();
}
void ellipse(const PtkEllipse *ellipse) {