mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 09:35:28 +00:00
Disable projectiles for now
This commit is contained in:
parent
992a8e9c36
commit
e26cc31e3b
@ -2199,6 +2199,8 @@ namespace MWWorld
|
||||
if (projectileModel.empty())
|
||||
return;
|
||||
|
||||
return;
|
||||
|
||||
MWWorld::ManualRef ref(getStore(), projectileModel);
|
||||
ESM::Position pos;
|
||||
pos.pos[0] = actor.getRefData().getPosition().pos[0];
|
||||
|
Loading…
x
Reference in New Issue
Block a user