Remove hash_map.h include from a_hash_map.h, and remove cross conversion operators.
This commit is contained in:
@ -2508,7 +2508,7 @@ void AnimatedValuesBackup::set_data(const AHashMap<Animation::TypeHash, Animatio
|
||||
}
|
||||
|
||||
AHashMap<Animation::TypeHash, AnimationMixer::TrackCache *, HashHasher> AnimatedValuesBackup::get_data() const {
|
||||
HashMap<Animation::TypeHash, AnimationMixer::TrackCache *> ret;
|
||||
AHashMap<Animation::TypeHash, AnimationMixer::TrackCache *, HashHasher> ret;
|
||||
for (const KeyValue<Animation::TypeHash, AnimationMixer::TrackCache *> &E : data) {
|
||||
AnimationMixer::TrackCache *track = get_cache_copy(E.value);
|
||||
ERR_CONTINUE(!track); // Backup shouldn't contain tracks that cannot be copied, this is a mistake.
|
||||
|
||||
Reference in New Issue
Block a user