X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fprogramdata.cpp;fp=source%2Fprogramdata.cpp;h=5f124a907fc8eebbb034d25cddb5ba475c67c022;hp=5005373b752dc469b0871c5537f3f40c707417c1;hb=5bc9c7214feaf4ea4797fc0d4a906e5e59b75839;hpb=26502dca8d631c7c4b1fcc6dbe334da941f4ab54 diff --git a/source/programdata.cpp b/source/programdata.cpp index 5005373b..5f124a90 100644 --- a/source/programdata.cpp +++ b/source/programdata.cpp @@ -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)