summaryrefslogtreecommitdiffstats
path: root/src/graphics/common/material.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/common/material.h')
-rw-r--r--src/graphics/common/material.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/graphics/common/material.h b/src/graphics/common/material.h
index 47f1a0d..2ec2e1b 100644
--- a/src/graphics/common/material.h
+++ b/src/graphics/common/material.h
@@ -32,12 +32,12 @@ namespace Gfx {
*/
struct Material
{
- //! Diffuse color
- Gfx::Color diffuse;
- //! Ambient color
- Gfx::Color ambient;
- //! Specular color
- Gfx::Color specular;
+ //! Diffuse color
+ Gfx::Color diffuse;
+ //! Ambient color
+ Gfx::Color ambient;
+ //! Specular color
+ Gfx::Color specular;
};
}; // namespace Gfx