Add comment.

pull/216/head
castano 15 years ago
parent 0878c0e967
commit ea7dabc6b1

@ -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;

Loading…
Cancel
Save