Skip to content

Commit 1f796ad

Browse files
committed
Fix typo
1 parent 160e2c1 commit 1f796ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vqmod/xml/tracy.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Tracy\Debugger::enable(Tracy\Debugger::DEVELOPMENT); // todo: move mode to config
1818
1919
// register panels
20-
$panels = new Tracy();
20+
$panels = new TracyPanel\Plugin();
2121
}
2222
}
2323
]]>

0 commit comments

Comments
 (0)