Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Scene fixes #95

Draft
wants to merge 11 commits into
base: dev
Choose a base branch
from
Draft

Scene fixes #95

wants to merge 11 commits into from

Conversation

MichaelEstes
Copy link
Contributor

No description provided.


useEffect(() => {
const id = setInterval(() => {
const ecsState = getState(ECSState)
SetFrameTime(Math.trunc(ecsState.deltaSeconds * 1000))

SetSortedSystemProfileData(
filterAndSortSystemsByAvgDuration(0.2)
.filter((system) => system.uuid !== 'eepro.eetest.SystemProfilerSystem')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's import the system here rather than referencing by string

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants