From 0934db945c8fde98315c6a4099dde2dfa423c0e7 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 21 Jan 2014 21:01:25 +0100 Subject: [PATCH 1/1] Complete a forgotten comment. --- resource_pool.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resource_pool.h b/resource_pool.h index 0bb0a26..6f4d22d 100644 --- a/resource_pool.h +++ b/resource_pool.h @@ -71,7 +71,8 @@ private: std::map > program_shaders; // A list of programs that are no longer in use, most recently freed first. - // Once this reaches , + // Once this reaches , the last element + // will be deleted. std::list program_freelist; }; -- 2.39.2