Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/Ketsji/BL_Material.h')
-rw-r--r--source/gameengine/Ketsji/BL_Material.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/Ketsji/BL_Material.h b/source/gameengine/Ketsji/BL_Material.h
index 9207a41f56d..14f9dfa4665 100644
--- a/source/gameengine/Ketsji/BL_Material.h
+++ b/source/gameengine/Ketsji/BL_Material.h
@@ -78,7 +78,7 @@ public:
int blend_mode[MAXTEX];
int num_enabled;
-
+
BL_Mapping mapping[MAXTEX];
STR_String imageId[MAXTEX];
@@ -93,8 +93,8 @@ public:
void SetSharedMaterial(bool v);
bool IsShared();
void SetUsers(int num);
-
-
+
+
#ifdef WITH_CXX_GUARDEDALLOC
MEM_CXX_CLASS_ALLOC_FUNCS("GE:BL_Material")
#endif