projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2702f0
)
changed > to >=
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 2 Feb 2000 17:31:45 +0000
(17:31 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 2 Feb 2000 17:31:45 +0000
(17:31 +0000)
progs/demos/multiarb.c
patch
|
blob
|
history
diff --git
a/progs/demos/multiarb.c
b/progs/demos/multiarb.c
index cb22c66bbeb9062cb54a1a057b5d042c6d769901..6650f28c3e9fe0e2cb13ae9ed2d1f7a34cae0803 100644
(file)
--- a/
progs/demos/multiarb.c
+++ b/
progs/demos/multiarb.c
@@
-1,4
+1,4
@@
-/* $Id: multiarb.c,v 1.
4 2000/02/02 01:07:21
brianp Exp $ */
+/* $Id: multiarb.c,v 1.
5 2000/02/02 17:31:45
brianp Exp $ */
/*
* GL_ARB_multitexture demo
@@
-12,6
+12,9
@@
/*
* $Log: multiarb.c,v $
+ * Revision 1.5 2000/02/02 17:31:45 brianp
+ * changed > to >=
+ *
* Revision 1.4 2000/02/02 01:07:21 brianp
* limit Drift to [0, 1]
*
@@
-64,7
+67,7
@@
static void Idle( void )
{
if (Animate) {
Drift += 0.05;
- if (Drift > 1.0)
+ if (Drift >
=
1.0)
Drift = 0.0;
#ifdef GL_ARB_multitexture