CreedVI / Raylib-J

Handmade Java binding for Raylib
zlib License
94 stars 16 forks source link

Special characters in DrawText make the program crash #30

Closed mateoox600 closed 2 years ago

mateoox600 commented 2 years ago

Describe the bug Special characters in DrawText make the program crash

To Reproduce Steps to reproduce the behavior: See linked code, launch it with connected raylib-j.jar and try to press any special characters like ç

Expected behavior being able to draw special characters or to notify with a ? if it can't be rendered.

CreedVI commented 2 years ago

Resolved with commit 16d7f5d