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
I'm not too familiar with Rust, so forgive me if this is something simple. When compiling I get the following error:
error[E0599]: no method named `debug_toggles` found for mutable reference `&mut UiSpriteMapEditor` in the current scope
--> src/ui/editor_prototypes/sprite_map_editor/left_panel.rs:36:26
|
36 | self.debug_toggles(ui);
| ^^^^^^^^^^^^^ method not found in `&mut UiSpriteMapEditor`
For more information about this error, try `rustc --explain E0599`.
error: could not compile `smw-editor` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
I'm having a lot of issues running Lunar Magic in Wine, so I'd love to try your SMW editor out! Any help is appreciated!
The text was updated successfully, but these errors were encountered:
The editor is not yet functional, sorry. It doesn't have any editing capabilities as of yet. We've been working on a separate mockup project to scope out what we need, but it isn't anywhere near done.
I'm not too familiar with Rust, so forgive me if this is something simple. When compiling I get the following error:
I'm having a lot of issues running Lunar Magic in Wine, so I'd love to try your SMW editor out! Any help is appreciated!
The text was updated successfully, but these errors were encountered: