Removed constants from searchable classpath

This commit is contained in:
Willem Cazander 2022-10-17 20:58:31 +02:00
parent a2b0478954
commit 0e5b46e9b0
11 changed files with 39 additions and 39 deletions

View file

@ -63,7 +63,7 @@ public class NotepadDeskApp extends AbstractDeskApp implements DeskAppRenderer {
@Override
public void render() {
ImGui.sliderInt(Bãß.Cỗᶇṧⱦᶏꬼȶʂ.STR_SPACE, runSpeed.getData(), 0, 60); // empty ID not allowed in ImGui, but whitespace is an ID :)
ImGui.sliderInt(Bãß.ỗᶇṧⱦᶏꬼȶʂ.STR_SPACE, runSpeed.getData(), 0, 60); // empty ID not allowed in ImGui, but whitespace is an ID :)
ImGui.sameLine();
ImCharacter.render("speedId", "RunSpeed", 'ﷲ', v -> unicode4DService.getCharacterForUnicode(v));