git-svn-id: svn://db.shs.com.ru/libs@610 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-10-10 09:43:54 +00:00
parent e2c07ef485
commit 47496c9570
2 changed files with 3 additions and 0 deletions

View File

@@ -126,6 +126,7 @@ GLObjectBase * Camera::clone(bool withChildren) {
o->mirror_y = mirror_y;
o->depth_start = depth_start;
o->depth_end = depth_end;
o->meta = meta;
return o;
}