Add max_depth parameter
This commit is contained in:
parent
2c23fb819e
commit
3a5c6cddf9
2 changed files with 8 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
|
||||
Scene::Scene()
|
||||
: width(640), height(480),
|
||||
max_depth(5),
|
||||
pixels(NULL)
|
||||
{ }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue