mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-17 23:38:06 +08:00
Evaluate extract node before flattening the network
This commit is contained in:
committed by
Keavon Chambers
parent
069af07d32
commit
59e70cd812
@@ -287,7 +287,7 @@ impl gpu_executor::GpuExecutor for WgpuExecutor {
|
||||
log::warn!("No surface formats available");
|
||||
//return Ok(());
|
||||
}
|
||||
let config = self.surface_config.take().unwrap();
|
||||
let Some(config) = self.surface_config.take() else {return Ok(())};
|
||||
let new_config = config.clone();
|
||||
self.surface_config.replace(Some(config));
|
||||
let output = match result {
|
||||
|
||||
Reference in New Issue
Block a user