Skip to content

Commit

Permalink
Rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xthexder committed Sep 17, 2022
1 parent c467b11 commit be33049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/ecs-transform.cc
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ namespace EcsTransformTests {
}
{
Timer t("Try moving entity via transform tree root");
auto lock = ecs::World.StartTransaction<ecs::Write<ecs::TransformTree>>();
auto lock = ecs::StartTransaction<ecs::Write<ecs::TransformTree>>();

auto &transformRoot = root.Get<ecs::TransformTree>(lock);
auto &transformA = a.Get<ecs::TransformTree>(lock);
Expand Down

0 comments on commit be33049

Please sign in to comment.