some render cache adjustments
This commit is contained in:
@@ -238,3 +238,8 @@ void NodeParam::ClearCachedValue()
|
||||
// currently cached
|
||||
time_ = -1;
|
||||
}
|
||||
|
||||
const rational &NodeParam::LastRequestedTime()
|
||||
{
|
||||
return time_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user