Selaa lähdekoodia

Small document additions

Jorrit Rouwe 8 kuukautta sitten
vanhempi
commit
a413d5eff5
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      Docs/Architecture.md
  2. 1 1
      README.md

+ 1 - 1
Docs/Architecture.md

@@ -715,7 +715,7 @@ shape = nullptr;
 
 The Body class is a special case, it is destroyed through BodyInterface::DestroyBody (which internally destroys the Body).
 
-Jolt also supports routing all of its internal allocations through a custom allocation function. See: [Allocate](@ref Allocate), [Free](@ref Free), [AlignedAllocate](@ref AlignedAllocate) and [AlignedFree](@ref AlignedFree).
+Jolt also supports routing all of its internal allocations through a custom allocation function. See: [Allocate](@ref Allocate), [Reallocate](@ref Reallocate), [Free](@ref Free), [AlignedAllocate](@ref AlignedAllocate) and [AlignedFree](@ref AlignedFree).
 
 # The Simulation Step in Detail {#the-simulation-step-in-detail}
 

+ 1 - 1
README.md

@@ -85,7 +85,7 @@ Why create yet another physics engine? Firstly, it has been a personal learning
 	* Collision with simulated rigid bodies.
 	* Collision tests against soft bodies.
 * Water buoyancy calculations.
-* An optional double precision mode that allows large simulations.
+* An optional double precision mode that allows large worlds.
 
 ## Supported platforms