mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-04 15:46:51 -05:00
cache getter and clear methods were not implemented (#585)
This commit is contained in:
parent
cc893e4dd4
commit
5fdbb6a094
@ -24,11 +24,11 @@ type animationManager struct {
|
||||
}
|
||||
|
||||
func (am *animationManager) ClearCache() {
|
||||
panic("implement me")
|
||||
am.cache.Clear()
|
||||
}
|
||||
|
||||
func (am *animationManager) GetCache() d2interface.Cache {
|
||||
panic("implement me")
|
||||
return am.cache
|
||||
}
|
||||
|
||||
func createAnimationManager(renderer d2interface.Renderer) *animationManager {
|
||||
|
Loading…
Reference in New Issue
Block a user