Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Another great tutorial! Thanks!
Thanks for watching!
I am getting this *error* :Recived Clay Error: Clay's internal MeasureText function is null. You may have forgotten to call Clay_SetMeasureTextFunction(), or passed a NULL function pointer by mistake. zsh: segmentation fault (core dumped)
This issue occurs exclusively with ClayText(),for now I am using Raylib's DrawText() by setting text coordinates to overlap the buttons/header area
hi, just add this Clay_SetMeasureTextFunction(Raylib_MeasureText); in the main func after Clay_Initialize(...)
@@TrueJarod yes, it worked, thanks
Another great tutorial! Thanks!
Thanks for watching!
I am getting this *error* :
Recived Clay Error: Clay's internal MeasureText function is null. You may have forgotten to call Clay_SetMeasureTextFunction(), or passed a NULL function pointer by mistake.
zsh: segmentation fault (core dumped)
This issue occurs exclusively with ClayText(),
for now I am using Raylib's DrawText() by setting text coordinates to overlap the buttons/header area
hi, just add this Clay_SetMeasureTextFunction(Raylib_MeasureText); in the main func after Clay_Initialize(...)
@@TrueJarod yes, it worked, thanks