circles not showing
Closed this issue · 4 comments
Kame7C0 commented
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
with commented "update()" on line 40
cbscribe commented
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?
Kame7C0 commented
yep using GLES2 is a fix
cbscribe commented
Nice - thanks for testing. That means it's definitely a driver support issue. I'm leaning towards switching the project to GLES2.