Search found 1 match
- Wed Dec 26, 2018 2:55 pm
- Forum: Support and Development
- Topic: Games50 (pong): attempt to call field 'getPixelScale' (a nil value)
- Replies: 5
- Views: 11547
Games50 (pong): attempt to call field 'getPixelScale' (a nil value)
If you're taking the course Games 50 from edX/Harvard and you're getting the error: attempt to call field 'getPixelScale' (a nil value) It is because you're using love version 0.11 or greater and the method getPixelScale , used by the push library has been renamed to getDPIScale . Please use version...