diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-09-13 15:46:47 +0700 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-09-13 17:02:15 +0700 |
| commit | 7ee1701de3faa287c6d013bd14cefb2cded25bfc (patch) | |
| tree | 982f2f0591ac25823390b569ee89fd13ce084496 /src/Text.cpp | |
| parent | 4b4adf45b0326ebd902909c07ea78a397fb01300 (diff) | |
| download | blackshades-7ee1701de3faa287c6d013bd14cefb2cded25bfc.tar.gz | |
Remove excess abstractions around texture loading
Diffstat (limited to 'src/Text.cpp')
| -rw-r--r-- | src/Text.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Text.cpp b/src/Text.cpp index 2329360..5da702b 100644 --- a/src/Text.cpp +++ b/src/Text.cpp @@ -2,11 +2,6 @@ #include "Text.h" #include "Textures.h" -void Text::LoadFontTexture(char *fileName) -{ - FontTexture = loadTexture(fileName); -} - void Text::BuildFont() // Build Our Font Display List { float cx; // Holds Our X Character Coord |
