diff mbox

[Branch,~glmark2-dev/glmark2/trunk] Rev 65: Fix typo in debug code.

Message ID 20110721123634.17019.53072.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

alexandros.frantzis@linaro.org July 21, 2011, 12:36 p.m. UTC
------------------------------------------------------------
revno: 65
committer: Alexandros Frantzis <alexandros.frantzis@linaro.org>
timestamp: Sun 2010-12-12 15:35:07 +0200
message:
  Fix typo in debug code.
modified:
  src/shader.cpp


--
lp:glmark2
https://code.launchpad.net/~glmark2-dev/glmark2/trunk

You are subscribed to branch lp:glmark2.
To unsubscribe from this branch go to https://code.launchpad.net/~glmark2-dev/glmark2/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'src/shader.cpp'
--- src/shader.cpp	2010-11-19 10:05:11 +0000
+++ src/shader.cpp	2010-12-12 13:35:07 +0000
@@ -138,7 +138,7 @@ 
             mLocations.MaterialDiffuse,
             mLocations.MaterialSpecular,
             mLocations.MaterialColor,
-            mLocations.MaterialTexture);
+            mLocations.MaterialTexture0);
 #endif
 
 }