mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-20 07:23:51 +00:00
Merged pull request #1890
This commit is contained in:
commit
76013c4178
4 changed files with 6 additions and 0 deletions
|
@ -153,6 +153,7 @@ Programmers
|
|||
Siimacore
|
||||
sir_herrbatka
|
||||
smbas
|
||||
Sophie Kirschner (pineapplemachine)
|
||||
spycrab
|
||||
Stefan Galowicz (bogglez)
|
||||
Stanislav Bobrov (Jiub)
|
||||
|
|
|
@ -132,6 +132,7 @@
|
|||
Task #4545: Enable is_pod string test
|
||||
Task #4605: Optimize skinning
|
||||
Task #4606: Support Rapture3D's OpenAL driver
|
||||
Task #4613: Incomplete type errors when compiling with g++ on OSX 10.9
|
||||
|
||||
0.44.0
|
||||
------
|
||||
|
|
|
@ -22,6 +22,8 @@ VideoWidget::VideoWidget()
|
|||
setNeedKeyFocus(true);
|
||||
}
|
||||
|
||||
VideoWidget::~VideoWidget() = default;
|
||||
|
||||
void VideoWidget::setVFS(const VFS::Manager *vfs)
|
||||
{
|
||||
mVFS = vfs;
|
||||
|
|
|
@ -26,6 +26,8 @@ namespace MWGui
|
|||
|
||||
VideoWidget();
|
||||
|
||||
~VideoWidget();
|
||||
|
||||
/// Set the VFS (virtual file system) to find the videos on.
|
||||
void setVFS(const VFS::Manager* vfs);
|
||||
|
||||
|
|
Loading…
Reference in a new issue