mirror of
https://github.com/zeldaret/tmc
synced 2026-08-09 02:48:23 -04:00
Fix clang warnings and remove remaining baserom references
This commit is contained in:
@@ -13,6 +13,8 @@ class BaseAsset {
|
||||
: path(path), start(start), size(size), asset(asset) {
|
||||
}
|
||||
|
||||
virtual ~BaseAsset() = default;
|
||||
|
||||
void setup() {
|
||||
// Cannot call virtual functions in constructor, so another function call is necessary
|
||||
assetPath = this->generateAssetPath();
|
||||
|
||||
Reference in New Issue
Block a user