]> git.tdb.fi Git - libs/gl.git/blobdiff - source/programdata.cpp
Minor comment adjustments
[libs/gl.git] / source / programdata.cpp
index 5005373b752dc469b0871c5537f3f40c707417c1..5f124a907fc8eebbb034d25cddb5ba475c67c022 100644 (file)
@@ -601,7 +601,7 @@ void ProgramData::apply() const
        {
                /* If the global dirty flag affects this program, add it to per-program
                dirty flags and clear the global flag.  A previously unseen program will
-               always cause this to happen. */
+               cause this to happen if there's any dirty uniforms. */
                if(affected)
                {
                        for(BlockMap::iterator i=blocks.begin(); i!=blocks.end(); ++i)