mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Using vec4 for color (adding alpha)
This commit is contained in:
@@ -207,6 +207,7 @@ void MediaPlayer::close()
|
||||
}
|
||||
|
||||
// nothing to display
|
||||
glDeleteTextures(1, &textureindex_);
|
||||
textureindex_ = Resource::getTextureBlack();
|
||||
|
||||
// un-ready the media player
|
||||
|
||||
Reference in New Issue
Block a user