Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
lolengine
/
lol
espelhamento de
https://github.com/lolengine/lol
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
test: use 0 instead of NULL to fix the X360 build.
legacy
Sam Hocevar
sam
13 anos atrás
pai
e82c65aa18
commit
92308c4e81
1 arquivos alterados
com
5 adições
e
5 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+5
-5
test/Physics/LolPhysics.h
+ 5
- 5
test/Physics/LolPhysics.h
Ver arquivo
@@ -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()
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar