mirror of
https://github.com/haven1433/HexManiacAdvance.git
synced 2026-05-23 05:46:29 -05:00
fix OSL format
This commit is contained in:
parent
cbbb7c1551
commit
d3036207c0
|
|
@ -61,7 +61,8 @@ namespace HavenSoft.HexManiac.Core.Models.Runs {
|
|||
|
||||
var segments = new List<ArrayRunElementSegment> {
|
||||
new ArrayRunPointerSegment("sprite", "`ucs4x1x2`"),
|
||||
new ArrayRunElementSegment("length", ElementContentType.Integer, 4),
|
||||
new ArrayRunElementSegment("length", ElementContentType.Integer, 2),
|
||||
new ArrayRunElementSegment("unused", ElementContentType.Integer, 2),
|
||||
};
|
||||
ElementContent = segments;
|
||||
ElementCount = 1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user