Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
lolengine
/
lol
mirror da
https://github.com/lolengine/lol
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
test: use 0 instead of NULL to fix the X360 build.
legacy
Sam Hocevar
sam
13 anni fa
parent
e82c65aa18
commit
92308c4e81
1 ha cambiato i file
con
5 aggiunte
e
5 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+5
-5
test/Physics/LolPhysics.h
+ 5
- 5
test/Physics/LolPhysics.h
Vedi File
@@ -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()
Scrivi
Anteprima
Caricamento…
Annulla
Salva