aboutsummaryrefslogtreecommitdiff
path: root/src/example/rendering.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/example/rendering.cpp')
-rw-r--r--src/example/rendering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example/rendering.cpp b/src/example/rendering.cpp
index a7cb5d6..f481f03 100644
--- a/src/example/rendering.cpp
+++ b/src/example/rendering.cpp
@@ -33,7 +33,7 @@ int main() {
obj.add_component<Camera>(Color::get_red());
}
{
- Color color(0, 0, 0, 0);
+ Color color(255, 0, 0, 0);
obj1.add_component<Sprite>(make_shared<Texture>("../asset/texture/second.png"), color, FlipSettings{true, true});
obj1.add_component<Sprite>(make_shared<Texture>("../asset/texture/second.png"), color, FlipSettings{true, true});
}