diff options
Diffstat (limited to 'mingling_core/src/program.rs')
| -rw-r--r-- | mingling_core/src/program.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mingling_core/src/program.rs b/mingling_core/src/program.rs index 096f292..d14c366 100644 --- a/mingling_core/src/program.rs +++ b/mingling_core/src/program.rs @@ -118,9 +118,7 @@ where C: 'static, { THIS_PROGRAM - .get() - .unwrap() - .as_ref() + .get_raw() .unwrap() .downcast_ref::<Program<C>>() .unwrap() |
