Outgoing connections now work in mingw driver.
This commit is contained in:
@@ -126,6 +126,10 @@ void DrivenEngine::drv_set_lua_source(util::LuaSourcePtr source) {
|
||||
rescan_lua_source_ = false;
|
||||
}
|
||||
|
||||
void DrivenEngine::drv_invoke_event_init() {
|
||||
event_init();
|
||||
}
|
||||
|
||||
void DrivenEngine::drv_invoke_event_update() {
|
||||
event_update();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user