issues
search
islerfab
/
cg-lab-project
1
stars
0
forks
source link
Remove lag when counting down air
#13
Closed
islerfab
closed
7 years ago
islerfab
commented
7 years ago
2 possible sources:
too many logs
create shader every time text changes
Possible optimizations:
Use deltaTime as time measure
Maybe try to edit text sprite instead of creating a new one all the time in the loop
2 possible sources:
Possible optimizations: