diff --git a/Scripts/Gameflow.lua b/Scripts/Gameflow.lua index feb5a324a..5ac9f3008 100644 --- a/Scripts/Gameflow.lua +++ b/Scripts/Gameflow.lua @@ -16,6 +16,10 @@ Flow.SetTitleScreenImagePath("Screens\\main.jpg") Flow.SetTotalSecretCount(5) +-- Enable/Disable bilinear filtering. + +Flow.EnablePointFilter(false) + -- Disable/enable flycheat globally Flow.EnableFlyCheat(true)