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 57dea9c..9a4c9c1 100755 --- a/Demo/sgi/gl/mixing.py +++ b/Demo/sgi/gl/mixing.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # Use Gouraud shading to mix colors. Requires Z-buffer. # It changes the color assignments so fast that you see white. |