]> git.sesse.net Git - movit/commitdiff
Complete a forgotten comment.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 21 Jan 2014 20:01:25 +0000 (21:01 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 21 Jan 2014 20:01:25 +0000 (21:01 +0100)
resource_pool.h

index 0bb0a26e82fe87d1dc694292a5f98e306521503a..6f4d22d0a4001bd23008fa456348afde0c930c5b 100644 (file)
@@ -71,7 +71,8 @@ private:
        std::map<GLuint, std::pair<GLuint, GLuint> > program_shaders;
 
        // A list of programs that are no longer in use, most recently freed first.
-       // Once this reaches <program_freelist_max_length>, 
+       // Once this reaches <program_freelist_max_length>, the last element
+       // will be deleted.
        std::list<GLuint> program_freelist;
 };