mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-11-16 05:07:12 +00:00
A whole bunch of refomatting
- Remove redundant constructors and super calls - Standardise naming of texture fields - Always use postfix notations for loops - Cleanup several peripheral classes
This commit is contained in:
@@ -35,7 +35,7 @@ public class FixedWidthFontRenderer
|
||||
return instance = new FixedWidthFontRenderer();
|
||||
}
|
||||
|
||||
private TextureManager m_textureManager;
|
||||
private final TextureManager m_textureManager;
|
||||
|
||||
private FixedWidthFontRenderer()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user