mirror of
https://github.com/SunsetMkt/Akebi-GC.git
synced 2025-09-19 12:06:04 +08:00
Added small fix for fast dialogue
This commit is contained in:
@ -85,6 +85,8 @@ namespace cheat::feature
|
||||
|
||||
if (f_FastDialog)
|
||||
app::Time_set_timeScale(f_TimeSpeedup, nullptr);
|
||||
else
|
||||
app::Time_set_timeScale(1.0f, nullptr);
|
||||
|
||||
bool isImportant = false;
|
||||
if (f_ExcludeImportant)
|
||||
|
Reference in New Issue
Block a user