v0.9.0: corrected capitalization on 'libGDX'

This commit is contained in:
Evan Debenham
2020-09-04 18:07:06 -04:00
parent 0c764c6505
commit f7f5832145
11 changed files with 18 additions and 18 deletions

View File

@@ -130,7 +130,7 @@ public class TextureCache {
try {
if (src instanceof Integer){
//LibGDX does not support android resource integer handles, and they were
//libGDX does not support android resource integer handles, and they were
//never used by the game anyway, should probably remove this entirely
return null;