mirror of
https://github.com/haven1433/HexManiacAdvance.git
synced 2026-03-21 17:34:13 -05:00
add to last commit
This commit is contained in:
parent
47d5aa830d
commit
9c5fa427f9
|
|
@ -67,6 +67,7 @@ namespace HavenSoft.HexManiac.Core.ViewModels.Tools {
|
|||
var destination = viewPort.Model.ReadPointer(Start);
|
||||
if (viewPort.Model.GetNextRun(destination) is IStreamRun run) {
|
||||
content = run.SerializeRun() ?? string.Empty;
|
||||
ElementContent.PreFormatter = run.PreFormatter;
|
||||
} else if (viewPort.Model.GetNextRun(destination) is ITableRun tRun) {
|
||||
var proxy = new TableStreamRun(Model, tRun.Start, tRun.PointerSources, tRun.FormatString,
|
||||
tRun.ElementContent, new FixedLengthStreamStrategy(tRun.ElementCount));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user