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: fix the physics simulation tick.
legacy
Sam Hocevar
sam
12 anos atrás
pai
25d3ec6fd8
commit
c5b40eb1d5
1 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-0
test/Physics/LolPhysics.h
+ 2
- 0
test/Physics/LolPhysics.h
Ver arquivo
@@ -60,6 +60,8 @@ public:
virtual void TickGame(float seconds)
{
Entity::TickGame(seconds);
//step the simulation
if (m_dynamics_world)
{
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar