aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2024-12-06 15:32:31 +0100
committerJAROWMR <jarorutjes07@gmail.com>2024-12-06 15:32:31 +0100
commit27a5332ee8e905d346a088ac7f4d1d1bb30025c4 (patch)
tree4fd6de40c24db089937a7e7573950f8c8117c33a /src/test
parent5350944a3967042e3eb1136859660addaa771593 (diff)
review feedback
Diffstat (limited to 'src/test')
-rw-r--r--src/test/Profiling.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/Profiling.cpp b/src/test/Profiling.cpp
index 91be769..6a6c29f 100644
--- a/src/test/Profiling.cpp
+++ b/src/test/Profiling.cpp
@@ -165,7 +165,7 @@ TEST_F(Profiling, Profiling_2) {
gameobject.add_component<BehaviorScript>().set_script<TestScript>();
Color color(0, 0, 0, 0);
- auto img = Texture("asset/texture/green_square.png");
+ auto img = Texture("asset/texture/square.png");
Sprite & test_sprite = gameobject.add_component<Sprite>(
img, color, Sprite::FlipSettings{false, false}, 1, 1, 500);
}
@@ -198,7 +198,7 @@ TEST_F(Profiling, Profiling_3) {
gameobject.add_component<BoxCollider>(vec2{0, 0}, vec2{1, 1});
gameobject.add_component<BehaviorScript>().set_script<TestScript>();
Color color(0, 0, 0, 0);
- auto img = Texture("asset/texture/green_square.png");
+ auto img = Texture("asset/texture/square.png");
Sprite & test_sprite = gameobject.add_component<Sprite>(
img, color, Sprite::FlipSettings{false, false}, 1, 1, 500);
auto & test = gameobject.add_component<ParticleEmitter>(ParticleEmitter::Data{