You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Bugfixes and ability to better specify filter and repeat modes everywhere.
Removes antialiased flag for draw_* methods.
This commit is contained in:
@@ -2442,8 +2442,7 @@ void SpatialEditorViewport::_draw() {
|
||||
_edit.mouse_pos,
|
||||
center,
|
||||
get_color("accent_color", "Editor") * Color(1, 1, 1, 0.6),
|
||||
Math::round(2 * EDSCALE),
|
||||
true);
|
||||
Math::round(2 * EDSCALE));
|
||||
}
|
||||
if (previewing) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user