play-co / devkit

HTML 5 game platform for browser and mobile
http://docs.gameclosure.com
622 stars 126 forks source link

ScrollView documentation mixes up "useLayoutBounds" and "useContentBounds" (I think) #266

Closed thomaslsimpson closed 8 years ago

thomaslsimpson commented 8 years ago

Docs for ScrollView say to use "useLayoutBounds" to let the scrollview automatically figure the bounds. The code sets "useLayoutBounds" in the defaults but then checks for "useContentBounds" when it comes to actually figuring things out.

thomaslsimpson commented 8 years ago

Okay. Wasn't looking. This is a timestep issue. I'll move it over there. My bad.