Skip to content

Commit

Permalink
Fix startup crash on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dri-richard committed Nov 6, 2023
1 parent 62823d9 commit b564cfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion netimgui/src/extension_netimgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ static const luaL_reg Module_methods[] =
{"connect_from_app", netimgui_ConnectFromApp},
{"connect_to_app", netimgui_ConnectToApp},
{"disconnect", netimgui_Disconnect},
{"is_connected", netimgui_IsConnected}
{"is_connected", netimgui_IsConnected},
{0, 0}
};


Expand Down

0 comments on commit b564cfc

Please # to comment.