mirror of
https://github.com/DarkStore-3DS/Universal-Core.git
synced 2026-07-03 00:39:23 +00:00
Fix some sprite/image bugs
This commit is contained in:
@@ -54,7 +54,6 @@ Spritesheet::Spritesheet(const std::vector<std::string> &paths, const std::vecto
|
||||
_images.resize(imageCount);
|
||||
|
||||
for(u32 i = 0; i < imageCount; i++) {
|
||||
nocashMessage(std::to_string(std::find(indexes.begin(), indexes.end(), i) - indexes.begin()).c_str());
|
||||
if(indexes.size() == 0 || std::find(indexes.begin(), indexes.end(), i) != indexes.end()) {
|
||||
fseek(file, 0x10 + i * 8, SEEK_SET);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user