diff options
-rwxr-xr-x | Demo/sgi/video/VFile.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Demo/sgi/video/VFile.py b/Demo/sgi/video/VFile.py index d63911b..17f677f 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() |