Quellcode durchsuchen

Fix typo in comment: s/simluate/simulate/ (#2277)

pull/2281/head
hartmannathan vor 3 Jahren
committed von GitHub
Ursprung
Commit
aaf0175d07
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      src/extras/physac.h

+ 1
- 1
src/extras/physac.h Datei anzeigen

@ -5,7 +5,7 @@
* DESCRIPTION:
*
* Physac is a small 2D physics engine written in pure C. The engine uses a fixed time-step thread loop
* to simluate physics. A physics step contains the following phases: get collision information,
* to simulate physics. A physics step contains the following phases: get collision information,
* apply dynamics, collision solving and position correction. It uses a very simple struct for physic
* bodies with a position vector to be used in any 3D rendering API.
*

Laden…
Abbrechen
Speichern