summaryrefslogtreecommitdiffhomepage
path: root/shaders
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-05-26 18:09:09 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-05-26 18:09:42 +0200
commit3e1349ce28eae928c8ecfd2ec9bfdde5147ad6a8 (patch)
tree67600c94d7455e5eba00ca764630171682eec74c /shaders
parent74bd1480c6f9c19b4cac5850612891293adc26ec (diff)
c
Diffstat (limited to 'shaders')
-rw-r--r--shaders/shader.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/shader.hpp b/shaders/shader.hpp
index a7716229..7f58e276 100644
--- a/shaders/shader.hpp
+++ b/shaders/shader.hpp
@@ -66,7 +66,7 @@ private:
bool _enable_lightmap : 1 = false;
Int _sampler = 0, _real_sampler;
- enum {
+ enum : Int {
ScaleUniform = 0, OffsetUniform = 1, TintUniform = 2,
EnableLightmapUniform = 3,
SamplerUniform = 4, LightmapSamplerUniform = 5,