iliesh
Results
13
comments of
iliesh
> i already built lyssa on multiple arch systems and never got this kind of issue. you could try to fopen() the font file in another c file and test...
I tried to run this application and it run successfully: ```#include int main(void) { GLFWwindow* window; /* Initialize the library */ if (!glfwInit()) return -1; /* Create a windowed mode...
Yes, that works now. Thank you @xXDrkLeoXx !