The fruits of my labor
This commit is contained in:
@ -35,7 +35,7 @@ namespace Dawn {
|
||||
static std::vector<Asset*> getAssets(AssetManager *assMan) {
|
||||
std::vector<Asset*> assets;
|
||||
assets = PokerGameBorder::getAssets(assMan);
|
||||
assets.push_back(assMan->get<TrueTypeAsset>("truetype_ark"));
|
||||
assets.push_back(assMan->get<TrueTypeAsset>("truetype_alice"));
|
||||
return assets;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user