Skip to content

Commit

Permalink
fix prefetch font base
Browse files Browse the repository at this point in the history
  • Loading branch information
irov committed Oct 31, 2023
1 parent 3c1a120 commit 486ac7a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Kernel/FontBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ namespace Mengine
//////////////////////////////////////////////////////////////////////////
bool FontBase::_prefetch( const PrefetcherObserverInterfacePtr & _observer )
{
_observer->onPrefetchPreparation();
_observer->onPrefetchComplete( true );
MENGINE_UNUSED( _observer );

//Empty

return true;
}
Expand Down

0 comments on commit 486ac7a

Please sign in to comment.