mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
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:
@@ -32,6 +32,7 @@ namespace FalloutClient {
|
||||
SetArray = 10,
|
||||
GetLocal = 11,
|
||||
SetLocal = 12,
|
||||
Exit = 254
|
||||
Exit = 254,
|
||||
RedrawGame = 255
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user