Denna sida fungerar bättre med Javascript igång.
Startsida
Hjälp
Logga in
lolengine
/
lol
spegling av
https://github.com/lolengine/lol
Bevaka
1
Stjärnmärk
0
Förgrening
0
Kod
Ärenden
0
Släpp
0
Wiki
Aktiviteter
Bläddra i källkod
test: use 0 instead of NULL to fix the X360 build.
legacy
Sam Hocevar
sam
12 år sedan
förälder
e82c65aa18
incheckning
92308c4e81
1 ändrade filer
med
5 tillägg
och
5 borttagningar
Delad Vy
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-5
test/Physics/LolPhysics.h
+ 5
- 5
test/Physics/LolPhysics.h
Visa fil
@@ -25,11 +25,11 @@ class Simulation
{
public:
Simulation() :
m_broadphase(
NULL
),
m_collision_configuration(
NULL
),
m_dispatcher(
NULL
),
m_solver(
NULL
),
m_dynamics_world(
NULL
)
m_broadphase(
0
),
m_collision_configuration(
0
),
m_dispatcher(
0
),
m_solver(
0
),
m_dynamics_world(
0
)
{
}
~Simulation()
Skriv
Förhandsgranska
Laddar…
Avbryt
Spara