1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Fix a little mistake in a setting name (rulers->guides)

This commit is contained in:
Gilles Roudiere
2017-12-05 10:45:27 +01:00
parent 8040359458
commit 03c1b6be23

View File

@@ -2294,7 +2294,7 @@ void CanvasItemEditor::_draw_focus() {
void CanvasItemEditor::_draw_guides() {
Color guide_color = EDITOR_DEF("editors/2d/rulers_color", Color(0.6, 0.0, 0.8));
Color guide_color = EDITOR_DEF("editors/2d/guides_color", Color(0.6, 0.0, 0.8));
Transform2D xform = viewport_scrollable->get_transform() * transform;
// Guides already there