diff options
| author | Ian Romanick <ian.d.romanick@intel.com> | 2010-03-10 00:52:39 -0800 |
|---|---|---|
| committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-03-10 00:52:39 -0800 |
| commit | 02ae68f496e2dee1c65df4f6194806785c84d67f (patch) | |
| tree | 00da283858c93cbda37f6f9b02730b8d002f0d09 | |
| parent | 0b678234625fac67a89285ad2871dedc891fb1b1 (diff) | |
Fix typeo in gl_FogParameters.scale (was scalre)
| -rwxr-xr-x | builtin_types.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin_types.sh b/builtin_types.sh index 3c8fd879e3..b7baa59b23 100755 --- a/builtin_types.sh +++ b/builtin_types.sh @@ -245,7 +245,7 @@ gen_struct_field builtin_core_types 11 "color" gen_struct_field builtin_core_types 8 "density" gen_struct_field builtin_core_types 8 "start" gen_struct_field builtin_core_types 8 "end" -gen_struct_field builtin_core_types 8 "scalre" +gen_struct_field builtin_core_types 8 "scale" gen_struct_field_footer gen_header "110_deprecated_structure" |
