diff options
author | Anthony LaTorre <tlatorre9@gmail.com> | 2011-09-09 13:06:25 -0400 |
---|---|---|
committer | Anthony LaTorre <tlatorre9@gmail.com> | 2011-09-09 13:06:25 -0400 |
commit | 462cb2fc3971ebb521a8e917b5ae70261c208dc4 (patch) | |
tree | 33ea044386f840ffeec327e1ff723b6df984299d /camera.py | |
parent | cb07b863464ad85cf4f18a2e97764db5c3bcc766 (diff) | |
download | chroma-462cb2fc3971ebb521a8e917b5ae70261c208dc4.tar.gz chroma-462cb2fc3971ebb521a8e917b5ae70261c208dc4.tar.bz2 chroma-462cb2fc3971ebb521a8e917b5ae70261c208dc4.zip |
toggle 3d color in Camera class updates screen.
Diffstat (limited to 'camera.py')
-rwxr-xr-x | camera.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -540,6 +540,7 @@ class Camera(multiprocessing.Process): elif event.key == K_g: self.green_magenta = not self.green_magenta + self.update() elif event.key == K_F12: self.screenshot() |