mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-29 03:01:15 +00:00
fix
This commit is contained in:
parent
ca6d3e4e85
commit
d61a5c2816
@ -16,7 +16,7 @@ class LegoEventNotificationParam : public MxNotificationParam {
|
|||||||
{
|
{
|
||||||
LegoEventNotificationParam* clone =
|
LegoEventNotificationParam* clone =
|
||||||
new LegoEventNotificationParam(m_type, m_sender, m_modifier, m_x, m_y, m_key);
|
new LegoEventNotificationParam(m_type, m_sender, m_modifier, m_x, m_y, m_key);
|
||||||
clone->m_unk0x1c = m_unk0x1c;
|
clone->m_roi = m_roi;
|
||||||
return clone;
|
return clone;
|
||||||
}; // vtable+0x4
|
}; // vtable+0x4
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user