Godot: CanvasItemEditor ์—…๋ฐ์ดํŠธ์‹œ ์˜ค๋ฅ˜

์— ๋งŒ๋“  2017๋…„ 09์›” 21์ผ  ยท  1๋…ผํ‰  ยท  ์ถœ์ฒ˜: godotengine/godot

๋งˆ์Šคํ„ฐ ๋ธŒ๋žœ์น˜.

Godot๋Š” ์—…๋ฐ์ดํŠธ ํ•  ๋•Œ CanvasItemEditor์— ์˜ค๋ฅ˜๋ฅผ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.
2017-09-21-140659_630x260_scrot

์•„๋งˆ๋„ # 11446 ์ดํ›„๋กœ ์—ฌ๊ธฐ์—์žˆ์„ ๊ฒƒ์ž…๋‹ˆ๋‹ค.

bug editor

๊ฐ€์žฅ ์œ ์šฉํ•œ ๋Œ“๊ธ€

์˜ค๋ฅ˜ ์ŠคํŒธ์„ ๋ฐฉ์ง€ํ•˜๊ธฐ ์œ„ํ•ด 2696 ํ–‰ _draw_locks_and_groups(editor->get_edited_scene(), transform); ์— ๋˜ ๋‹ค๋ฅธ NULL ๊ฒ€์‚ฌ๋ฅผ ์ถ”๊ฐ€ํ•ด์•ผํ•œ๋‹ค๊ณ  ์ƒ๊ฐํ•ฉ๋‹ˆ๋‹ค. ์ด๊ฒƒ์„ ์‹œ๋„ํ•ด ๋ณผ ์ˆ˜ ์žˆ์Šต๋‹ˆ๊นŒ?

if (editor->get_edited_scene()) {
    _draw_locks_and_groups(editor->get_edited_scene(), transform);
}

>๋ชจ๋“  ๋Œ“๊ธ€

์˜ค๋ฅ˜ ์ŠคํŒธ์„ ๋ฐฉ์ง€ํ•˜๊ธฐ ์œ„ํ•ด 2696 ํ–‰ _draw_locks_and_groups(editor->get_edited_scene(), transform); ์— ๋˜ ๋‹ค๋ฅธ NULL ๊ฒ€์‚ฌ๋ฅผ ์ถ”๊ฐ€ํ•ด์•ผํ•œ๋‹ค๊ณ  ์ƒ๊ฐํ•ฉ๋‹ˆ๋‹ค. ์ด๊ฒƒ์„ ์‹œ๋„ํ•ด ๋ณผ ์ˆ˜ ์žˆ์Šต๋‹ˆ๊นŒ?

if (editor->get_edited_scene()) {
    _draw_locks_and_groups(editor->get_edited_scene(), transform);
}
์ด ํŽ˜์ด์ง€๊ฐ€ ๋„์›€์ด ๋˜์—ˆ๋‚˜์š”?
0 / 5 - 0 ๋“ฑ๊ธ‰