mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Derp fix on spritesheet loadin'.
This commit is contained in:
@@ -193,7 +193,7 @@ void Store::loadSheets() {
|
|||||||
this->sheets.push_back({ });
|
this->sheets.push_back({ });
|
||||||
|
|
||||||
if (sheetLocs[i] != "") {
|
if (sheetLocs[i] != "") {
|
||||||
if (!(sheetLocs[i].find("/") != std::string::npos)) {
|
if (sheetLocs[i].find("/") == std::string::npos) {
|
||||||
if (access((std::string(_STORE_PATH) + sheetLocs[i]).c_str(), F_OK) == 0) {
|
if (access((std::string(_STORE_PATH) + sheetLocs[i]).c_str(), F_OK) == 0) {
|
||||||
|
|
||||||
char msg[150];
|
char msg[150];
|
||||||
|
|||||||
Reference in New Issue
Block a user