Add comment.
This commit is contained in:
parent
0878c0e967
commit
ea7dabc6b1
@ -47,7 +47,7 @@ namespace nvtt
|
|||||||
|
|
||||||
imageArray.resize(1, NULL);
|
imageArray.resize(1, NULL);
|
||||||
}
|
}
|
||||||
Private(const Private & p)
|
Private(const Private & p) // Copy ctor. inits refcount to 0.
|
||||||
{
|
{
|
||||||
type = p.type;
|
type = p.type;
|
||||||
wrapMode = p.wrapMode;
|
wrapMode = p.wrapMode;
|
||||||
|
Loading…
Reference in New Issue
Block a user