fix floating window example (#392)

This commit is contained in:
emoney17
2024-03-28 04:24:38 -05:00
committed by GitHub
parent ac19d7e08a
commit bb68d06440
2 changed files with 9 additions and 6 deletions

View File

@ -356,7 +356,8 @@ EXAMPLES = \
scroll_panel/scroll_panel \
style_selector/style_selector \
custom_sliders/custom_sliders \
animation_curve/animation_curve
animation_curve/animation_curve \
floating_window/floating_window \
CURRENT_MAKEFILE = $(lastword $(MAKEFILE_LIST))