Skip to content
Snippets Groups Projects
Commit f6d91401 authored by Xavier Gibert's avatar Xavier Gibert
Browse files

bugfix

parent fac6aaaa
No related branches found
No related tags found
No related merge requests found
......@@ -45,10 +45,10 @@ function update()
//Ligts
light.position.set(camera.position.x,camera.position.y,camera.position.z);
if ( keyboard.pressed("z") )
/*if ( keyboard.pressed("z") )
{
// do something
}
}*/
var delta = clock.getDelta();
if(show_spacecraft && sc_show_eng_texture){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment