Fix build error on msvc

This commit is contained in:
2024-04-02 12:24:24 +01:00
parent 6ea7a38244
commit 7bf7bdc9fe
+3 -1
View File
@@ -383,7 +383,9 @@ enum {
MA_BS_HASHED = 3,
};
#define MA_SHADOW_ID (1 << 0)
enum {
MA_SHADOW_ID = (1 << 0)
};
/** #Material::displacement_method */
enum {