projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51e5a26
)
mesa: fix indentation in attrib.c
author
Brian Paul
<brianp@vmware.com>
Thu, 1 Dec 2011 03:35:02 +0000
(20:35 -0700)
committer
Brian Paul
<brianp@vmware.com>
Thu, 1 Dec 2011 03:35:02 +0000
(20:35 -0700)
src/mesa/main/attrib.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/attrib.c
b/src/mesa/main/attrib.c
index 6f4a91b1f170a5a1c1079b6696d8387de44e93ab..1c1ee5dde027de0f0ebc5ebcbc7209fdfc5b3242 100644
(file)
--- a/
src/mesa/main/attrib.c
+++ b/
src/mesa/main/attrib.c
@@
-1068,7
+1068,7
@@
_mesa_PopAttrib(void)
p[0] = l->QuadraticAttenuation;
_mesa_light(ctx, i, GL_QUADRATIC_ATTENUATION, p);
}
-
}
+ }
/* light model */
_mesa_LightModelfv(GL_LIGHT_MODEL_AMBIENT,
light->Model.Ambient);