Codechange: make all Providers fully const (Font/Screenshot/Sound)
This commit is contained in:
@@ -23,7 +23,7 @@ public:
|
||||
|
||||
static constexpr uint16_t DEFAULT_SAMPLE_RATE = 11025;
|
||||
|
||||
bool Load(SoundEntry &sound, bool new_format, std::vector<std::byte> &data) override
|
||||
bool Load(SoundEntry &sound, bool new_format, std::vector<std::byte> &data) const override
|
||||
{
|
||||
RandomAccessFile &file = *sound.file;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user