We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40bf448 commit 21653dfCopy full SHA for 21653df
src/blueprintFormat.ts
@@ -12,6 +12,8 @@ import { Valuable } from './util/stores'
12
import { translate } from './util/translation'
13
import { Variant } from './variants'
14
15
+let boundingBoxUpdateIntervalId: ReturnType<typeof setInterval> | undefined
16
+
17
/**
18
* The serialized Variant Bone Config
19
*/
0 commit comments