SomeSourceCode / SomeGuiApi

A Paper API to create interactable GUIs using Minecraft Inventories, ...
MIT License
1 stars 0 forks source link

No background with empty children #9

Closed SomeSourceCode closed 3 months ago

SomeSourceCode commented 3 months ago

Description

Parents don't render a background if their list of children is empty.

Potential Fix

This is likely linked to this early return statement:

https://github.com/SomeSourceCode/SomeGuiApi/blob/b8a1802e3f2667fba55dbdab64c4a756a1e34626/src/main/java/io/github/somesourcecode/someguiapi/scene/Parent.java#L174-L176

Instead of null the background should be returned.