Jeck - More deck editor fixes, quick hack to subtypes filter. I've noticed some slowdown while scrolling up/down in the deck editor, I think this is due to some recent changes that removed a few of the filter system's optimizations. I'll re-implement them tonight.
This commit is contained in:
@@ -428,6 +428,7 @@ public:
|
||||
bool isFinished() {return bFinished;};
|
||||
void ButtonPressed(int controllerId, int controlId);
|
||||
void buildList();
|
||||
void setSrc(WSrcCards * wsc);
|
||||
protected:
|
||||
void clearArgs();
|
||||
void addArg(string display, string code);
|
||||
|
||||
Reference in New Issue
Block a user