Added a redraw timer to the debug editor

* redraws the background game screen when moving the editor window.
* works for sfall DX9 mode.
This commit is contained in:
NovaRain
2022-01-17 09:51:24 +08:00
parent 937cff235e
commit 0a5ec8c70f
6 changed files with 29 additions and 4 deletions
+2 -1
View File
@@ -32,6 +32,7 @@ namespace FalloutClient {
SetArray = 10,
GetLocal = 11,
SetLocal = 12,
Exit = 254
Exit = 254,
RedrawGame = 255
}
}