diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-04-15 16:25:42 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-04-15 16:25:42 -0400 |
commit | df27a0fc92b4a26c92a1befd2fba21585fccc44a (patch) | |
tree | cbae5234ed0adec619067ea1162cbd20eca0518b /dimension/common.terminals | |
parent | 9563ecb2efb2eec6d83fa4f73b75dfb4dccbc34c (diff) | |
download | dimension-df27a0fc92b4a26c92a1befd2fba21585fccc44a.tar.xz |
Support planes in dimension.
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 4458af3..c125489 100644 --- a/dimension/common.terminals +++ b/dimension/common.terminals @@ -335,7 +335,7 @@ %token DMNSN_T_PIGMENT_MAP %token DMNSN_T_PIGMENT_PATTERN %token DMNSN_T_PLANAR -%token DMNSN_T_PLANE +%token DMNSN_T_PLANE "plane" %token DMNSN_T_PNG %token DMNSN_T_POINT_AT %token DMNSN_T_POLY |