Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace derive(Default) with impl in AssetCountDiagnosticsPlugin (bev…
…yengine#2077) Hi, ran into this problem with the derive macro. It fails trying to derive the Default trait when the asset does not implements it also. This is unnecessary because this plugin does not need that from the asset type, just needs to create the phantom data.
- Loading branch information