Made display and index writable

This commit is contained in:
arookas 2016-02-01 12:33:25 -05:00
parent c3e358adba
commit 485c703f20

View file

@ -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