Search found 2 matches

by sznexus
Mon Sep 16, 2013 2:57 pm
Forum: General
Topic: Window size problem
Replies: 2
Views: 2066

Re: Window size problem

It works!

Thanks for your quick help!
by sznexus
Sun Sep 15, 2013 12:38 pm
Forum: General
Topic: Window size problem
Replies: 2
Views: 2066

Window size problem

I want to set a custom windowsize for my game, but when I call love.window.setMode(...) in love.load() I get the following error:

main:lua:5: attempt to index field 'window' a nil value

Do I have to initialize window first somewhere?

Thanks in advance.