aseprite importer
This commit is contained in:
@@ -93,5 +93,5 @@ void log_cat(FILE *f) {
|
||||
}
|
||||
|
||||
void sg_logging(const char *tag, uint32_t lvl, uint32_t id, const char *msg, uint32_t line, const char *file, void *data) {
|
||||
mYughLog(lvl, 1, line, file, "tag: %d, msg: %s", tag, msg);
|
||||
mYughLog(lvl, 1, line, file, "tag: %s, msg: %s", tag, msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user