Code cleanup.
This commit is contained in:
@@ -346,8 +346,7 @@ namespace Cryville.Crtr {
|
||||
if (!_sproxies.TryGetValue(vec.Key.Source.Source, out proxy)) continue;
|
||||
|
||||
float ft, tt = (float)GetSyncedTime(time, handler);
|
||||
if (!_vect.TryGetValue(vec.Key.Source, out ft)) ft = tt;
|
||||
if (ft < tt) {
|
||||
if (_vect.TryGetValue(vec.Key.Source, out ft) && ft < tt) {
|
||||
_etor.ContextCascadeInsert();
|
||||
_vecsrcs[0].Set(vec.Value);
|
||||
_etor.ContextCascadeUpdate(_var_input_vec, _vecsrcs[0]);
|
||||
|
Reference in New Issue
Block a user