some render cache adjustments

This commit is contained in:
itsmattkc
2019-09-04 10:58:50 +10:00
parent 12bc5839a6
commit 371d0e2b37
22 changed files with 150 additions and 48 deletions
+5
View File
@@ -238,3 +238,8 @@ void NodeParam::ClearCachedValue()
// currently cached
time_ = -1;
}
const rational &NodeParam::LastRequestedTime()
{
return time_;
}