full capture
This commit is contained in:
parent
d71c1d97c5
commit
6ea373f2c3
10 changed files with 291 additions and 173 deletions
|
|
@ -206,7 +206,7 @@ public partial class MainWindowViewModel : ObservableObject
|
|||
// Minimap display: if explore loop owns capture, just render viewport
|
||||
var bytes = _bot.Navigation.IsExploring
|
||||
? _bot.Navigation.GetViewportSnapshot()
|
||||
: _bot.Navigation.ProcessFrame(SelectedMinimapStage);
|
||||
: await _bot.Navigation.ProcessFrame(SelectedMinimapStage);
|
||||
if (bytes != null)
|
||||
{
|
||||
var bmp = new Bitmap(new MemoryStream(bytes));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue