Add an option to disable boot splash filtering
Disabling filtering is usually desired in projects using a pixel art style. This closes #19415.
This commit is contained in:
@@ -602,7 +602,7 @@ public:
|
||||
return visual_server->get_render_info(p_info);
|
||||
}
|
||||
|
||||
FUNC3(set_boot_image, const Ref<Image> &, const Color &, bool)
|
||||
FUNC4(set_boot_image, const Ref<Image> &, const Color &, bool, bool)
|
||||
FUNC1(set_default_clear_color, const Color &)
|
||||
|
||||
FUNC0R(RID, get_test_cube)
|
||||
|
||||
Reference in New Issue
Block a user