Cleanup: accidental value declaration with struct type

This commit is contained in:
2020-04-20 12:02:45 +10:00
parent 30bfa991f8
commit 23bb42a06e

View File

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