mirror of
https://github.com/love2d/love-android.git
synced 2026-08-14 01:20:55 +02:00
removed printing redirect tag from [LOVE2D] to [LOVE]
This commit is contained in:
@@ -147,7 +147,7 @@ static int l_print_sdl_log (lua_State *L) {
|
||||
out_string += lua_tostring (L, i);
|
||||
}
|
||||
|
||||
SDL_Log ("[LOVE2D] %s", out_string.c_str());
|
||||
SDL_Log ("[LOVE] %s", out_string.c_str());
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user