When things die you get their things.
This commit is contained in:
parent
fb064ffbf1
commit
6a72d1160f
3 changed files with 6 additions and 2 deletions
|
@ -234,6 +234,8 @@ namespace gui {
|
|||
void DNDLoot::render() {
|
||||
if($grab_source && $grab_sprite) {
|
||||
$window.draw(*$grab_sprite);
|
||||
} else {
|
||||
dbc::log("nothing to render!");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue