mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-21 04:01:42 +00:00
Fix compiler issues in 32-bit
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Video
|
||||
{
|
||||
Font::Font(uintptr_t *Start, uintptr_t *End, FontType Type)
|
||||
{
|
||||
trace("Initializing font with start %#llx and end %#llx Type: %d", Start, End, Type);
|
||||
trace("Initializing font with start %#lx and end %#lx Type: %d", Start, End, Type);
|
||||
this->Info.StartAddress = Start;
|
||||
this->Info.EndAddress = End;
|
||||
this->Info.Type = Type;
|
||||
|
Reference in New Issue
Block a user