1
0
Fork 0

Style fixes.

This commit is contained in:
Henrik Hautakoski 2023-05-01 17:48:02 +02:00
parent 5c5d9fe09a
commit 5144c197d5
2 changed files with 5 additions and 5 deletions

View file

@ -39,10 +39,10 @@ protected :
struct Batch
{
RenderType type;
const Texture* texture;
unsigned int count;
unsigned int offset;
RenderType type;
const Texture* texture;
unsigned int count;
unsigned int offset;
};
typedef std::vector<Batch> BatchQueue;