kidscancode/circle_jump

circles not showing

Closed this issue · 4 comments

Godot 3.1.1 Win7 x64 Intel(R) HD Graphics 500

for some reson calling "update()" in "Circle.gd" hides the circles.
24eb3cb without any modification
no_modification
with commented "update()" on line 40
without_update

Well, that's a really strange issue. I wonder if it's driver-related. I am unable to replicate on any device I have. Can you try changing to GLES2?

yep using GLES2 is a fix

Nice - thanks for testing. That means it's definitely a driver support issue. I'm leaning towards switching the project to GLES2.

Closed in 07b17ad