whoops, bug in lightstyle
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401159
This commit is contained in:
parent
4527682421
commit
a6d582f174
@ -346,7 +346,7 @@ static cell_t SetLightStyle(IPluginContext *pContext, const cell_t *params)
|
|||||||
|
|
||||||
g_lightstyle[style]->assign(str);
|
g_lightstyle[style]->assign(str);
|
||||||
|
|
||||||
engine->LightStyle(style, str);
|
engine->LightStyle(style, g_lightstyle[style]->c_str());
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user