filter shader compile error logs

This commit is contained in:
ShirosakiMio 2023-07-10 19:28:24 +08:00
parent d00cec4eaa
commit 9c28ca9874
1 changed files with 3 additions and 0 deletions

View File

@ -537,6 +537,9 @@ public class GameMenu implements MenuCallback, View.OnClickListener {
@Override
public void onLog(String log) {
if (fclBridge != null) {
if (log.contains("OR:") || log.contains("ERROR:") || log.contains("INTERNAL ERROR:")){
return;
}
logWindow.appendLog(log);
try {
if (firstLog) {