use new IChaChaFontInfo interface

hide compiler warning messages
This commit is contained in:
cclecle
2025-08-26 13:43:59 +02:00
parent 05e99368f8
commit b54423ca4f
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
class ChaChaFontInfo expands FontInfo;
class ChaChaFontInfo expands IChaChaFontInfo;
/********************************

View File

@@ -25,7 +25,7 @@ simulated function PreBeginPlay()
if(Role == ROLE_Authority) SaveConfig();
}
simulated function FontInfo Get(String requestedFont)
simulated function IChaChaFontInfo Get(String requestedFont)
{
switch(requestedFont)
{

View File

@@ -1,2 +1,2 @@
del %~dp0\..\System\ChaChaFontsV1.u
%~dp0\..\System\ucc.exe make ChaChaFontsV1
%~dp0\..\System\ucc.exe make -Silent ChaChaFontsV1