2
0
Эх сурвалжийг харах

Bugfix: Changing material properties will now properly sync those changes to the core thread

BearishSun 8 жил өмнө
parent
commit
b90e5e6484

+ 2 - 2
Source/BansheeCore/Material/BsMaterial.h

@@ -43,8 +43,8 @@ namespace bs
 	/** Flags that signal in what way did the Material change. */
 	enum class MaterialDirtyFlags
 	{
-		Normal,
-		ResourceChanged
+		Normal				= 1 << 0,
+		ResourceChanged		= 2 << 1
 	};
 
 	/**