Skip to content

Commit d102fa3

Browse files
authored
Update mapsequencetargetselect.rs
1 parent 4e1de56 commit d102fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sequence/mapsequencetargetselect.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ impl MapSequenceTargetSelect {
2525
#[unity::class("App", "MapTarget")]
2626
pub struct MapTarget {
2727
junk: [u8;0x10],
28-
pub unit: Option<&'static Unit>,
28+
pub unit: Option<&'static mut Unit>,
2929
pub x: i8,
3030
pub z: i8,
3131
pub m_mind: u32,

0 commit comments

Comments
 (0)