mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-25 05:07:12 +01:00
Fix uninitialized variable warning.
This commit is contained in:
parent
b4973c944d
commit
66d40632fe
@ -179,7 +179,7 @@ Vector<Variant> Interpolator::pop_epoch(uint32_t p_epoch, real_t p_fraction) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ObjectID cache_object_id;
|
ObjectID cache_object_id = 0;
|
||||||
Object *cache_object = nullptr;
|
Object *cache_object = nullptr;
|
||||||
|
|
||||||
Vector<Variant> data;
|
Vector<Variant> data;
|
||||||
|
Loading…
Reference in New Issue
Block a user