You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Bugfixes and ability to better specify filter and repeat modes everywhere.
Removes antialiased flag for draw_* methods.
This commit is contained in:
@@ -1178,7 +1178,7 @@ void ScriptEditorDebugger::_performance_draw() {
|
||||
h2 = (1.0 - h2) * r.size.y;
|
||||
|
||||
if (E != perf_history.front())
|
||||
perf_draw->draw_line(r.position + Point2(from, h2), r.position + Point2(from + spacing, prev), c, Math::round(EDSCALE), true);
|
||||
perf_draw->draw_line(r.position + Point2(from, h2), r.position + Point2(from + spacing, prev), c, Math::round(EDSCALE));
|
||||
prev = h2;
|
||||
E = E->next();
|
||||
from -= spacing;
|
||||
|
||||
Reference in New Issue
Block a user