1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00

Deleted unused parts of blitter

This commit is contained in:
sfan5 2025-07-07 18:18:03 +02:00
parent 158bfa6442
commit e8e5ef0369
6 changed files with 0 additions and 541 deletions

View file

@ -101,8 +101,6 @@ video::IImage* SourceImageCache::getOrLoad(const std::string &name)
/** Draw an image on top of another one with gamma-incorrect alpha compositing
*
* This exists because IImage::copyToWithAlpha() doesn't seem to always work.
*
* \tparam overlay If enabled, only modify pixels in dst which are fully opaque.
* Defaults to false.