mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-27 20:51:40 +00:00
cleanup
This commit is contained in:
parent
03af2919e9
commit
302d88fd84
1 changed files with 0 additions and 1 deletions
|
|
@ -915,7 +915,6 @@ struct UIContext {
|
||||||
if (hovered) {
|
if (hovered) {
|
||||||
Rml::Element* hover_target = get_target(current_document, hovered);
|
Rml::Element* hover_target = get_target(current_document, hovered);
|
||||||
if (hover_target && can_focus(hover_target)) {
|
if (hover_target && can_focus(hover_target)) {
|
||||||
// hover_target->Focus();
|
|
||||||
prev_focused = hover_target;
|
prev_focused = hover_target;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue