Little bit of code clean up in TraceRay

This commit is contained in:
Eryn Wells 2014-08-02 14:30:40 -07:00
parent 1a5a46c468
commit 8de737decd
2 changed files with 5 additions and 4 deletions

View file

@ -76,6 +76,7 @@ private:
void PrintRayTable() const;
/* Ray counts */
unsigned long primaryRays;
unsigned long shadowRays;
unsigned long reflectionRays;