Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slight bug in samples/basic.cr #14

Open
puppetpies opened this issue Jun 18, 2017 · 1 comment
Open

Slight bug in samples/basic.cr #14

puppetpies opened this issue Jun 18, 2017 · 1 comment

Comments

@puppetpies
Copy link

Error in samples/basic.cr:8: instantiating 'loop()'

loop do
^~~~

in samples/basic.cr:8: instantiating 'loop()'

loop do
^~~~

in samples/basic.cr:20: wrong number of arguments for 'SDL::Surface#fill' (given 3, expected 4..5)
Overloads are:

  • SDL::Surface#fill(rect, r, g, b, a = nil)

window.surface.fill(255, 255, 255)
^~~~

[brian@orville sdl.cr]$

@puppetpies
Copy link
Author

PS: I really like this project !!!

jwoertink added a commit to jwoertink/sdl.cr that referenced this issue Sep 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant