checking for file?
This commit is contained in:
parent
3732688231
commit
5b68608b10
1 changed files with 3 additions and 0 deletions
|
@ -489,6 +489,9 @@ Ref<Texture> VideoStreamPlaybackTheora::get_texture() {
|
||||||
|
|
||||||
void VideoStreamPlaybackTheora::update(float p_delta) {
|
void VideoStreamPlaybackTheora::update(float p_delta) {
|
||||||
|
|
||||||
|
if (!file)
|
||||||
|
return;
|
||||||
|
|
||||||
if (!playing || paused) {
|
if (!playing || paused) {
|
||||||
//printf("not playing\n");
|
//printf("not playing\n");
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue