even more error handling
This commit is contained in:
@@ -52,7 +52,7 @@ impl AppState {
|
||||
}
|
||||
|
||||
Ok(AppState {
|
||||
fc: FontCache::new(),
|
||||
fc: FontCache::new()?,
|
||||
session: AppSession::load(),
|
||||
tasks: TaskContainer::new(),
|
||||
graphics,
|
||||
|
||||
Reference in New Issue
Block a user