Skip to content

Commit 9f12d59

Browse files
committed
add debug to benchmark isolation page
1 parent c697fae commit 9f12d59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/benchmarkIsolation.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import { MathUtils, Vector3 } from 'three'
2323

2424
import '@ir-engine/engine'
2525

26+
import Debug from '@ir-engine/client-core/src/components/Debug'
2627
import '@ir-engine/client-core/src/world/LocationModule'
2728
import { ReferenceSpaceState } from '@ir-engine/spatial'
2829

@@ -115,6 +116,7 @@ export const HomePage = (): any => {
115116
>
116117
Remove All Entities
117118
</button>
119+
<Debug />
118120
</div>
119121
)
120122
}

0 commit comments

Comments
 (0)