From 70b4d79d501be4802a06770f02b8f49e2c14e8a7 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 16 Jul 2009 18:34:54 +0000 Subject: Removes unused collor array support, disable bullet in sys/sys.h --- src/model/fragment.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/model/fragment.h') diff --git a/src/model/fragment.h b/src/model/fragment.h index d9c200d..e975734 100644 --- a/src/model/fragment.h +++ b/src/model/fragment.h @@ -10,7 +10,6 @@ #include #include "math/axis.h" -#include "math/color.h" #include "math/vector3f.h" #include "model/material.h" @@ -28,7 +27,7 @@ public: Fragment(Type type, const Material *material); /// add a vertex to the fragment - size_t add_vertex(math::Vector3f const & vertex, math::Vector3f const &normal, math::Color const & color, bool detail); + size_t add_vertex(math::Vector3f const & vertex, math::Vector3f const &normal, bool detail); /// the type of primitives this fragment consists of inline Type type() const -- cgit v1.2.3