mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-25 15:03:07 +00:00
format
This commit is contained in:
parent
647d655f2e
commit
1b36f757ed
1 changed files with 1 additions and 3 deletions
|
|
@ -293,9 +293,7 @@ namespace MWLua
|
|||
|
||||
api["remove"] = [context](std::string vfxId) {
|
||||
context.mLuaManager->addAction(
|
||||
[vfxId = std::move(vfxId)] {
|
||||
MWBase::Environment::get().getWorld()->removeEffect(vfxId);
|
||||
},
|
||||
[vfxId = std::move(vfxId)] { MWBase::Environment::get().getWorld()->removeEffect(vfxId); },
|
||||
"openmw.vfx.remove");
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue