diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-11-08 16:10:40 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-11-08 16:10:40 -0500 |
commit | a76d4f1fb96633e7f348ba6aa0c14b726e15e28e (patch) | |
tree | aae8f28d884e7beca4441524c3a981c8340fde4f /dimension/common.terminals | |
parent | 1ae277f2094a21d93b1460bf466ff657201310c2 (diff) | |
download | dimension-a76d4f1fb96633e7f348ba6aa0c14b726e15e28e.tar.xz |
Add quick_color to pigments.
Diffstat (limited to 'dimension/common.terminals')
-rw-r--r-- | dimension/common.terminals | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dimension/common.terminals b/dimension/common.terminals index 7b19a33..e2df8d1 100644 --- a/dimension/common.terminals +++ b/dimension/common.terminals @@ -356,7 +356,7 @@ %token DMNSN_T_QUADRIC %token DMNSN_T_QUARTIC %token DMNSN_T_QUATERNION -%token DMNSN_T_QUICK_COLOR +%token DMNSN_T_QUICK_COLOR "quick_color" %token DMNSN_T_QUILTED %token DMNSN_T_RADIAL %token DMNSN_T_RADIANS "radians" |