Skip to content

Commit

Permalink
Added groups
Browse files Browse the repository at this point in the history
  • Loading branch information
denis authored and denis committed Nov 10, 2024
1 parent a93da4f commit a9cf53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/src/Physics/Physics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Prisma::Physics::Physics()

void Prisma::Physics::update(float delta)
{
physicsWorldJolt->physics_system.Update(delta, 10, &*physicsWorldJolt->temp_allocator,
physicsWorldJolt->physics_system.Update(delta, 1, &*physicsWorldJolt->temp_allocator,
&*physicsWorldJolt->job_system);

auto& bInterface = physicsWorldJolt->physics_system.GetBodyInterface();
Expand Down

0 comments on commit a9cf53b

Please sign in to comment.