mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 19:09:20 +02:00
motion blur
This commit is contained in:
@@ -1232,8 +1232,6 @@ ui_layer::render_tooltip() {
|
||||
|
||||
if( !m_cursorvisible || m_tooltip.empty() ) { return; }
|
||||
|
||||
glm::dvec2 mousepos = Application.get_cursor_pos();
|
||||
|
||||
ImGui::BeginTooltip();
|
||||
ImGui::TextUnformatted(m_tooltip.c_str());
|
||||
ImGui::EndTooltip();
|
||||
|
||||
Reference in New Issue
Block a user