Mark Pazon

Results 6 issues of Mark Pazon

I need to have a uniform size when painting on a large surface

When the texture is set to tile, each of the paint is being applied to every single tile.

Thanks for stopping by to let us know something could be better! --- **PLEASE READ** If you have a support contract with Google, please create an issue in the [support...

type: bug
priority: p3

In my activity's `onResume()` I am subscribing to live query ``` @Override protected void onResume() { SubscriptionHandling subscriptionHandling = mParseLiveQueryClient.subscribe(messageQuery); subscriptionHandling.handleEvents(new SubscriptionHandling.HandleEventsCallback() { @Override public void onEvents(ParseQuery query, SubscriptionHandling.Event event,...