mirror of
https://github.com/edubart/otclient.git
synced 2025-11-04 20:46:24 +01:00
fix outfit glitches, init combobox, move shaders, remove unused particles files, create timer utility
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
#include "shaderprogram.h"
|
||||
#include "coordsbuffer.h"
|
||||
#include <framework/core/timer.h>
|
||||
|
||||
class PainterShaderProgram : public ShaderProgram
|
||||
{
|
||||
@@ -36,7 +37,7 @@ class PainterShaderProgram : public ShaderProgram
|
||||
COLOR_UNIFORM = 2,
|
||||
OPACITY_UNIFORM = 3,
|
||||
TEXTURE_UNIFORM = 4,
|
||||
TICKS_UNIFORM = 5
|
||||
TIME_UNIFORM = 5
|
||||
};
|
||||
public:
|
||||
enum DrawMode {
|
||||
@@ -55,6 +56,7 @@ public:
|
||||
|
||||
private:
|
||||
DrawMode m_drawMode;
|
||||
Timer m_startTimer;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user