Skip to content

Commit 36c80e8

Browse files
committed
Use P for profiler key, F3 causes issues in browser.
1 parent f34c108 commit 36c80e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib-plugin-profiler/src/main/java/net/mostlyoriginal/plugin/profiler/ProfilerSystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@Wire
2222
public class ProfilerSystem extends BaseSystem {
2323

24-
public static final int TOGGLE_PROFILER_KEY = Input.Keys.F3;
24+
public static final int TOGGLE_PROFILER_KEY = Input.Keys.P;
2525

2626
OrthographicCamera camera;
2727
ShapeRenderer renderer;

0 commit comments

Comments
 (0)