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
Incorrect (circular) dependency on MaterialManager: MaterialParser::parse(MaterialManager *material_manager, const String &model_path, const String &material_path) -> should be just FileAccess there
Platform
Other (provide info in a description)
Description
May require #215 and #208 to be done before.
Minor:
MaterialParser::parse(MaterialManager *material_manager, const String &model_path, const String &material_path)-> should be just FileAccess thereThis could lead to memory leaks and segfaults.
Reproduction steps
Screenshots and attachments
No response