From ea7dabc6b1c6c727b407d28e72e0a131401bb401 Mon Sep 17 00:00:00 2001 From: castano Date: Mon, 19 Oct 2009 05:42:27 +0000 Subject: [PATCH] Add comment. --- src/nvtt/TexImage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvtt/TexImage.h b/src/nvtt/TexImage.h index 59a805b..c2aa017 100644 --- a/src/nvtt/TexImage.h +++ b/src/nvtt/TexImage.h @@ -47,7 +47,7 @@ namespace nvtt imageArray.resize(1, NULL); } - Private(const Private & p) + Private(const Private & p) // Copy ctor. inits refcount to 0. { type = p.type; wrapMode = p.wrapMode;