mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-09-17 07:19:02 +02:00
Fixed scroll position bug out of scope + changed autocomplete scrolling behavior to that of Source console
Added new parameter for forcing default ImGui theme
This commit is contained in:
@@ -30,8 +30,9 @@
|
||||
|
||||
#if !defined(DEDICATED)
|
||||
#include "thirdparty/imgui/include/imgui.h"
|
||||
#include "thirdparty/imgui/include/imgui_utility.h"
|
||||
#include "thirdparty/imgui/include/imgui_stdlib.h"
|
||||
#include "thirdparty/imgui/include/imgui_utility.h"
|
||||
#include "thirdparty/imgui/include/imgui_internal.h"
|
||||
#include "thirdparty/imgui/include/imgui_impl_dx11.h"
|
||||
#include "thirdparty/imgui/include/imgui_impl_win32.h"
|
||||
#endif // !DEDICATED
|
||||
|
Reference in New Issue
Block a user