File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import { dnaManager } from '@lib/dna/dna_manager';
22import { DNAComponent } from '@lib/dna/dna_component' ;
33import { DNASystem } from '@lib/dna/dna_system' ;
44import { Gfx3Jolt } from '@lib/gfx3_physics/gfx3_physics_jolt' ;
5- import { gfx3DebugRenderer } from '@lib/gfx3/gfx3_debug_renderer' ;
65import { drawShape } from '@lib/gfx3_physics/gfx3_physics_jolt_debug' ;
76// ---------------------------------------------------------------------------------------
87import { EntityComponent } from './entity' ;
@@ -61,8 +60,6 @@ export class PhysicsSystem extends DNASystem {
6160 this . system . SetGravity ( new Gfx3Jolt . Vec3 ( 0 , gravity , 0 ) ) ;
6261 }
6362
64-
65-
6663 onEntityUpdate ( ts : number , eid : number ) : void {
6764 const entity = dnaManager . getComponent ( eid , EntityComponent ) ;
6865
You can’t perform that action at this time.
0 commit comments