fix crashes when switch timelapse and vase mode

Signed-off-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
SoftFever
2023-01-24 21:40:29 +08:00
committed by Lane.Wei
parent e6289c4889
commit 51c68ea3ce

View File

@@ -153,8 +153,8 @@ enum BrimType {
btOuterAndInner,
};
enum TimelapseType {
tlTraditional,
enum TimelapseType : int {
tlTraditional = 0,
tlSmooth
};