diff options
author | Brian <[email protected]> | 2007-08-24 18:50:56 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-08-24 18:50:56 -0600 |
commit | b4a8175da08f950196047a22d0c8428498ecbe97 (patch) | |
tree | b6bd4a86c29aad2f41907bc46bf614c03ed187ee /src | |
parent | 703140bbd58931046c00b43e52a7c4e9235875ca (diff) |
s/==/=/
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/pipe/i915simple/i915_state_derived.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/i915simple/i915_state_derived.c b/src/mesa/pipe/i915simple/i915_state_derived.c index b1ea4f86c6b..9bd0af0f538 100644 --- a/src/mesa/pipe/i915simple/i915_state_derived.c +++ b/src/mesa/pipe/i915simple/i915_state_derived.c @@ -137,7 +137,7 @@ static void calculate_vertex_layout( struct i915_context *i915 ) } else { vinfo->hwfmt[0] |= S4_VFMT_XYZ; - vinfo->format[0] == FORMAT_3F; + vinfo->format[0] = FORMAT_3F; } /* Additional attributes required for setup: Just twosided |