CaravelGames / drod

The official public repository of Deadly Rooms of Death and DROD RPG
http://caravelgames.com
56 stars 17 forks source link

RPG: Fix regression with non-visible characters in editor #615

Closed kieranmillar closed 2 months ago

kieranmillar commented 2 months ago

In #613 I changed the interface of DrawCharacter. As EditRoomWidget inherits from RoomWidget, Draw Character was no longer being called in the editor for non-visible characters. This updates the interface to match.