--User changes

-Allow for continuous update during interactive rendering.

--Code changes
 -Make some variation related functions const where appropriate.
 -Use auto keyword more.
This commit is contained in:
mfeemster
2015-06-28 17:48:26 -07:00
parent e8af1050b3
commit 770ff4622c
17 changed files with 91 additions and 68 deletions

View File

@ -529,7 +529,7 @@ private:
if (parVar)
{
ParamWithName<T>* params = parVar->Params();
auto params = parVar->Params();
for (j = 0; j < parVar->ParamCount(); j++)
{