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
@@ -137,7 +137,7 @@ public class RenderedText extends Image {
}
}
//implements regular PD rendering within a LibGDX batch so that our rendering logic
//implements regular PD rendering within a libGDX batch so that our rendering logic
//can interface with the freetype font generator
private static class TextRenderBatch implements Batch {