Made display and index writable
This commit is contained in:
parent
c3e358adba
commit
485c703f20
1 changed files with 2 additions and 0 deletions
|
@ -244,9 +244,11 @@ namespace arookas {
|
|||
|
||||
public int Display {
|
||||
get { return mDisplay; }
|
||||
set { mDisplay = value; }
|
||||
}
|
||||
public int Index {
|
||||
get { return mIndex; }
|
||||
set { mIndex = value; }
|
||||
}
|
||||
|
||||
// symbol table
|
||||
|
|
Loading…
Reference in a new issue