From 7afd31f3612c8c41e57741a178d9ecd6b5d8af49 Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Thu, 22 Feb 2007 22:06:03 +0000 Subject: [PATCH] Fixing a very old bug --- panda/src/pgraph/shaderAttrib.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/pgraph/shaderAttrib.cxx b/panda/src/pgraph/shaderAttrib.cxx index 4341b6f168..dd2ffb5260 100755 --- a/panda/src/pgraph/shaderAttrib.cxx +++ b/panda/src/pgraph/shaderAttrib.cxx @@ -339,7 +339,7 @@ compare_to_impl(const RenderAttrib *other) const { if (i1 != this->_inputs.end()) { return 1; } - if (i1 != that->_inputs.end()) { + if (i2 != that->_inputs.end()) { return -1; }