Skip to content

Commit

Permalink
lua: fix file watcher stutter
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiao921 committed May 16, 2024
1 parent 06fbc60 commit fa0f255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake_scripts/rom.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ add_compile_definitions(
FetchContent_Declare(
rom
GIT_REPOSITORY https://github.com/xiaoxiao921/ReturnOfModdingBase.git
GIT_TAG d127488e14631558d6a842fd2dc73f7b80483279
GIT_TAG 78f5fc2b712209a14c25bb084ebd645f4fc21291
)
FetchContent_MakeAvailable(rom)
2 changes: 1 addition & 1 deletion src/gui/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ namespace big
return;
}

g_lua_manager->update_file_watch_reload_modules();
g_lua_manager->process_file_watcher_queue();

push_theme_colors();

Expand Down

0 comments on commit fa0f255

Please sign in to comment.