diff options
| author | Alexander <alex@cogarr.net> | 2020-05-18 13:41:40 -0400 |
|---|---|---|
| committer | Alexander <alex@cogarr.net> | 2020-05-18 13:41:40 -0400 |
| commit | 355589a9100c7d08fdc4094ad32eb9852c88fcc4 (patch) | |
| tree | 9e2d2ce6b736539907fc06fc3acc2c23daadafac /src/client/lua_api/load_video.cpp | |
| parent | 377ca5d31a35009913a795c8542659e4872d7c35 (diff) | |
| download | brokengine-355589a9100c7d08fdc4094ad32eb9852c88fcc4.tar.gz brokengine-355589a9100c7d08fdc4094ad32eb9852c88fcc4.tar.bz2 brokengine-355589a9100c7d08fdc4094ad32eb9852c88fcc4.zip | |
various updates
Diffstat (limited to 'src/client/lua_api/load_video.cpp')
| -rw-r--r-- | src/client/lua_api/load_video.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/lua_api/load_video.cpp b/src/client/lua_api/load_video.cpp index b3487ca..73be550 100644 --- a/src/client/lua_api/load_video.cpp +++ b/src/client/lua_api/load_video.cpp @@ -89,6 +89,7 @@ int draw3dline(lua_State* L){ popvector3d(L,&ex,&ey,&ez); popvector3d(L,&sx,&sy,&sz); + driver->setTransform(video::ETS_WORLD, core::IdentityMatrix); driver->draw3DLine(vector3df(sx,sy,sz),vector3df(ex,ey,ez),SColor(a,r,g,b)); return 0; |
