删除无用文件
修改初始化函数, 不在需要传递运行路径
This commit is contained in:
@@ -14,7 +14,7 @@ application::application() {
|
||||
g_application = this;
|
||||
}
|
||||
|
||||
void application::init(const char* runtime_dir) {
|
||||
void application::init() {
|
||||
try {
|
||||
auto max_size = 1048576 * 10; // 10MB
|
||||
auto max_files = 3;
|
||||
|
||||
Reference in New Issue
Block a user