You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0432]: unresolved import fyrox::scene::sound::effect
--> src/level.rs:39:13
|
39 | effect::{BaseEffectBuilder, Effect, EffectInput, ReverbEffectBuilder},
| ^^^^^^ could not find effect in sound
error[E0283]: type annotations needed: cannot satisfy SoundManager: fyrox::fyrox_core::visitor::Visit
--> src/level.rs:124:10
|
124 | #[derive(Visit)]
| ^^^^^
|
note: multiple impls or where clauses satisfying SoundManager: fyrox::fyrox_core::visitor::Visit found
--> src/level.rs:54:19
|
54 | #[derive(Default, Visit)]
| ^^^^^
...
124 | #[derive(Visit)]
| ^^^^^
= note: this error originates in the derive macro Visit (in Nightly builds, run with -Z macro-backtrace for more info)
Some errors have detailed explanations: E0283, E0432.
For more information about an error, try rustc --explain E0283.
error: could not compile rusty-shooter due to 2 previous errors
The text was updated successfully, but these errors were encountered:
error[E0432]: unresolved import
fyrox::scene::sound::effect
--> src/level.rs:39:13
|
39 | effect::{BaseEffectBuilder, Effect, EffectInput, ReverbEffectBuilder},
| ^^^^^^ could not find
effect
insound
error[E0283]: type annotations needed: cannot satisfy
SoundManager: fyrox::fyrox_core::visitor::Visit
--> src/level.rs:124:10
|
124 | #[derive(Visit)]
| ^^^^^
|
note: multiple
impl
s orwhere
clauses satisfyingSoundManager: fyrox::fyrox_core::visitor::Visit
found--> src/level.rs:54:19
|
54 | #[derive(Default, Visit)]
| ^^^^^
...
124 | #[derive(Visit)]
| ^^^^^
= note: this error originates in the derive macro
Visit
(in Nightly builds, run with -Z macro-backtrace for more info)Some errors have detailed explanations: E0283, E0432.
For more information about an error, try
rustc --explain E0283
.error: could not compile
rusty-shooter
due to 2 previous errorsThe text was updated successfully, but these errors were encountered: