mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-12 16:21:04 +02:00
Editor theme and bug fixes.
This commit is contained in:
@@ -3212,6 +3212,12 @@ idCommonLocal::Frame
|
||||
=================
|
||||
*/
|
||||
void idCommonLocal::Frame(void) {
|
||||
if (com_editorActive)
|
||||
{
|
||||
gameFrame++;
|
||||
return;
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
// pump all the events
|
||||
|
||||
Reference in New Issue
Block a user