Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/paint.cc')
-rw-r--r--src/ui/paint.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/paint.cc b/src/ui/paint.cc
index d400baa..7b8e43f 100644
--- a/src/ui/paint.cc
+++ b/src/ui/paint.cc
@@ -68,7 +68,7 @@ void Paint::draw_bitmap(const math::Vector2f &global_location, const math::Vecto
model::Material::add(material);
material->set_texture(material->name());
// ui btimaps are fullbright
- material->set_flags(model::Material::Bright);
+ material->set_flags(model::Material::FlagBright);
}
render::State::set_color(math::Color());
@@ -104,7 +104,7 @@ void Paint::draw_bitmap(const math::Vector2f &global_location, const math::Vecto
model::Material::add(material);
material->set_texture(material->name());
// ui btimaps are fullbright
- material->set_flags(model::Material::Bright);
+ material->set_flags(model::Material::FlagBright);
}
render::State::set_power(true);
@@ -141,7 +141,7 @@ void Paint::draw_material(const math::Vector2f &global_location, const math::Vec
model::Material::add(material);
material->set_texture(material->name());
// ui btimaps are fullbright
- material->set_flags(model::Material::Bright);
+ material->set_flags(model::Material::FlagBright);
}
// use global coordinates