diff options
| author | Poommetee Ketson | 2018-02-07 11:04:21 +0700 |
|---|---|---|
| committer | GitHub | 2018-02-07 11:04:21 +0700 |
| commit | 776568fc9efcf99f90eb6b7ec682d728d9f4f3e6 (patch) | |
| tree | 53dedd518c324918be405a06b339659675ca0184 | |
| parent | b0a73077cb8395ad39124dd08490195adbfb90c9 (diff) | |
| parent | 5e8f7c9782c336d2afef9a8d3a80483894a10e2b (diff) | |
| download | godot-776568fc9efcf99f90eb6b7ec682d728d9f4f3e6.tar.gz godot-776568fc9efcf99f90eb6b7ec682d728d9f4f3e6.tar.zst godot-776568fc9efcf99f90eb6b7ec682d728d9f4f3e6.zip | |
| -rw-r--r-- | scene/2d/area_2d.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/2d/area_2d.cpp b/scene/2d/area_2d.cpp index 6fff7ac0a..bb914b90f 100644 --- a/scene/2d/area_2d.cpp +++ b/scene/2d/area_2d.cpp @@ -399,7 +399,7 @@ void Area2D::set_monitoring(bool p_enable) { if (p_enable == monitoring) return; if (locked) { - ERR_EXPLAIN("Function blocked during in/out signal. Use call_deferred(\"set_enable_monitoring\",true/false)"); + ERR_EXPLAIN("Function blocked during in/out signal. Use call_deferred(\"set_monitoring\",true/false)"); } ERR_FAIL_COND(locked); |
