mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 20:58:07 +03:00
parent
0adefabf41
commit
a2a049ddfc
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ static void M_Draw(const UI_NODE *const node)
|
|||
|
||||
void UI_BeginFade(FADER *const fader, bool is_on_top)
|
||||
{
|
||||
UI_NODE *const node = UI_AllocNode(&m_Ops, sizeof(M_DATA *));
|
||||
UI_NODE *const node = UI_AllocNode(&m_Ops, sizeof(M_DATA));
|
||||
M_DATA *const data = node->data;
|
||||
data->fader = fader;
|
||||
data->is_on_top = is_on_top;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue