Cleanup: accidental value declaration with struct type

This commit is contained in:
Campbell Barton 2020-04-20 12:02:45 +10:00
parent 30bfa991f8
commit 23bb42a06e
Notes: blender-bot 2023-02-14 05:36:11 +01:00
Referenced by issue #78060, Blender 2.83: Cannot properly transform 3 vertices on curves
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ struct GPUViewportBatch {
rctf rect_pos;
rctf rect_uv;
} last_used_parameters;
} GPUViewportBatch;
};
static struct {
GPUVertFormat format;