mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-06 06:58:15 +00:00
Fix BackupObserver for periods < 1 minute
This commit is contained in:
parent
38abac8b79
commit
b058077b07
@ -43,7 +43,7 @@ namespace crash {
|
||||
Context* m_ctx;
|
||||
std::vector<Doc*> m_documents;
|
||||
bool m_done;
|
||||
int m_period;
|
||||
double m_period;
|
||||
base::thread m_thread;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user