niki
Results
2
issues of
niki
A few months ago I asked on the löve discord what direction löve was aheading in the future, and I got told that eventually a vulkan backend would be desired...
sample game that replicates the crash: [bug.zip](https://github.com/love2d/love/files/4786871/bug.zip) In textform: main.lua: ```lua function love.draw() love.graphics.print("hello") end ``` conf.lua: ```lua require("love.window") ``` A workaround has already been found by adding a `require("love.font")`...
bug
11.3