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 {
|
public int Display {
|
||||||
get { return mDisplay; }
|
get { return mDisplay; }
|
||||||
|
set { mDisplay = value; }
|
||||||
}
|
}
|
||||||
public int Index {
|
public int Index {
|
||||||
get { return mIndex; }
|
get { return mIndex; }
|
||||||
|
set { mIndex = value; }
|
||||||
}
|
}
|
||||||
|
|
||||||
// symbol table
|
// symbol table
|
||||||
|
|
Loading…
Reference in a new issue