mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Default-initialise fields in DrawRectShader
This commit is contained in:
committed by
Michał Janiszewski
parent
778cb9d024
commit
076be24bb9
@@ -50,7 +50,7 @@ private:
|
||||
GLuint _vboInstances;
|
||||
GLuint _vao;
|
||||
|
||||
GLsizei _instanceCount;
|
||||
GLsizei _instanceCount = 0;
|
||||
|
||||
public:
|
||||
DrawRectShader();
|
||||
|
||||
Reference in New Issue
Block a user