-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
begin
Self.Name := 'Walker';
minimapImage := Minimap.GetCleanMinimap();
minimapSample := Minimap.ScaleMinimap(minimapImage, Self.Scaling);
Self.Cache := TMatchTemplateRGBCache.Create(Self.Map.ScaledMap.ToMatrix(), MinimapSample.ToMatrix());
Self.WalkUpText := ['Walk here', 'lk he'];
minimapSample.Free();
minimapImage.Free();
end;Edit by slacky:
This references Simba 1.4 issue where the cache allocation
TMatchTemplateRGBCache.Create(Self.Map.ScaledMap.ToMatrix(), MinimapSample.ToMatrix());
causes "Invalid floating point operation".
Metadata
Metadata
Assignees
Labels
No labels