editor uses monitor hz

main
Dominik Madarász 2023-11-06 10:36:20 +01:00
parent 8feb515d33
commit 4fa1d52609
1 changed files with 1 additions and 0 deletions

View File

@ -545,6 +545,7 @@ void editor_frame( void (*game)(unsigned, float, double) ) {
window_pause( true );
window_cursor_shape(CURSOR_SW_AUTO);
editor.hz_high = window_fps_target();
fx_load("editorOutline.fs");
fx_enable(0, 1);