Add max_depth parameter

This commit is contained in:
Eryn Wells 2013-09-11 10:33:16 -07:00
parent 2c23fb819e
commit 3a5c6cddf9
2 changed files with 8 additions and 0 deletions

View file

@ -16,6 +16,7 @@
Scene::Scene()
: width(640), height(480),
max_depth(5),
pixels(NULL)
{ }