More raylib stuff, error messages matching sublime error format
This commit is contained in:
@@ -70,7 +70,7 @@ String core_stringify_message(Core_Ctx *pctx, Allocator *allocator, Core_Message
|
||||
for (S64 i = 0; i < buff_cap(msg->tokens); i += 1) {
|
||||
Token *it = msg->tokens[i];
|
||||
if (it) {
|
||||
b.addf("\n%s:%d", it->file.str, (S64)it->line + 1);
|
||||
b.addf("\n%s(%d): error", it->file.str, (S64)it->line + 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user