diff options
Diffstat (limited to 'Demo/sgi/gl/mixing.py')
-rwxr-xr-x | Demo/sgi/gl/mixing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/gl/mixing.py b/Demo/sgi/gl/mixing.py index d6b9ecfe91..57dea9c865 100755 --- a/Demo/sgi/gl/mixing.py +++ b/Demo/sgi/gl/mixing.py @@ -1,4 +1,4 @@ -#! /usr/local/python +#! /usr/local/bin/python # Use Gouraud shading to mix colors. Requires Z-buffer. # It changes the color assignments so fast that you see white. |