Skip to content

Commit

Permalink
Update MainView.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Madman10K authored Jul 27, 2024
1 parent f4a8ef8 commit 530b8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MainView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ void UntitledIBusHandwriting::MainView::tick(float deltaTime)
undoTmpStroke.clear();
}
ImGui::SameLine();
if (ImGui::Button("Clear") || UImGui::Input::getKey(Keys::Escape) == Keys::KeyPressed)
if (ImGui::Button("Clear") || UImGui::Input::getKey(Keys_Escape) == Keys_KeyPressed)
{
stagingBuffer.clear();
data->characters.clear();
Expand Down

0 comments on commit 530b8d8

Please sign in to comment.