diff --git a/Demo/sgi/video/VFile.py b/Demo/sgi/video/VFile.py index d63911b9b15..17f677f315d 100755 --- a/Demo/sgi/video/VFile.py +++ b/Demo/sgi/video/VFile.py @@ -301,6 +301,8 @@ class VinFile: if self.format == 'rgb': gl.RGBmode() gl.gconfig() + gl.RGBcolor(200, 200, 200) + gl.clear() return gl.cmode() gl.gconfig()