I found that most real issues are coming of lack o...
# announcements
o
I found that most real issues are coming of lack of automatic translation of constant values, e.g. you have to write
moveTo(0f, 0f)
instead of
moveTo(0,0)