working on rendering
This commit is contained in:
@@ -63,6 +63,9 @@ void IEngine_Signal(int sig)
|
||||
Plat_Backtrace();
|
||||
Plat_FatalErrorFunc("Fault");
|
||||
break;
|
||||
case SIGINT:
|
||||
Plat_Exit(0);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user