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 272ddb3 commit b1a9c97Copy full SHA for b1a9c97
src/plugin.ts
@@ -62,7 +62,10 @@ class Instanceinator {
62
appendListeners: ((id: number) => void)[] = []
63
deleteListeners: ((id: number) => void)[] = []
64
65
- labelDrawClasses: (new (instance: InstanceinatorInstance) => LabelDrawClass)[] = [IdLabelDrawClass, FpsLabelDrawClass]
+ labelDrawClasses: (new (instance: InstanceinatorInstance) => LabelDrawClass)[] = [
66
+ IdLabelDrawClass,
67
+ FpsLabelDrawClass,
68
+ ]
69
70
resetInstanceIdCounter() {
71
if (Object.keys(instanceinator.instances).length != 1)
0 commit comments