mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Delay intro movie playback until after display init.
- Fixes stretched cursor during movie playback.
This commit is contained in:
@ -155,7 +155,7 @@ public:
|
||||
plMovieMsg& SetScaleX(float x) { fScale.fX = x; return *this; }
|
||||
plMovieMsg& SetScaleY(float y) { fScale.fY = y; return *this; }
|
||||
|
||||
// Include the movie folder, e.g. "avi/movie.avi"
|
||||
// Include the movie folder, e.g. "avi/movie.webm"
|
||||
// String is copied, not pointer copy.
|
||||
plString GetFileName() const { return fFileName; }
|
||||
plMovieMsg& SetFileName(const plString& name) { fFileName = name; return *this; }
|
||||
|
Reference in New Issue
Block a user