Part of window cut off
Posted: Fri Jun 29, 2018 7:47 pm
HI! I'm having an issue where part of the game window is cut off, seemingly the top and left parts. Whenever I try to print text at 0, 0 it doesn't display and I have to move it down and right to be able to see it.
When I run this, it shows a black window:
This displays the text, but since apparently, not everyone has this problem, it will make the game look weird to anyone else who runs it:
I tried updating my drivers, but that did nothing. Thanks in advance for any help!
Edit:
Would anyone happen to know whether this problem is something that I've caused, or an issue with LOVE itself?
When I run this, it shows a black window:
Code: Select all
function love.draw()
love.graphics.print("Hello World!", 0, 0)
end
Code: Select all
function love.draw()
love.graphics.print("Hello World!", 50, 50)
end
Edit:
Would anyone happen to know whether this problem is something that I've caused, or an issue with LOVE itself?