Methods removeCurrent*() reset uids to NULL_UID.

This commit is contained in:
Tats
2014-03-18 23:02:10 -04:00
parent d511243618
commit 7425d65832
+2
View File
@@ -296,9 +296,11 @@ public:
}
void removeCurrentPaint() {
_hasCurrentPaint = false;
currentPaintId = NULL_UID;
}
void removeCurrentMapping() {
_hasCurrentMapping = false;
currentMappingId = NULL_UID;
}
public: