Fix data folder
This commit is contained in:
@@ -45,9 +45,9 @@ std::string read_file(const std::string& file_path)
|
||||
int main(int argc, char** argv) {
|
||||
|
||||
using namespace JJX;
|
||||
std::string content = read_file("assets/data/tiles/base_tiles.json");
|
||||
//std::string content = read_file("assets/data/tiles/base_tiles.json");
|
||||
|
||||
auto [text, parse_error] = json::parse(content);
|
||||
//auto [text, parse_error] = json::parse(content);
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user