mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-10 04:02:27 +00:00
Combine a bunch of helpers together, shuffle some things around
This commit is contained in:
parent
71a97894ad
commit
330c01317d
61 changed files with 327 additions and 371 deletions
|
@ -20,7 +20,7 @@ public class ResourcesController : ControllerBase
|
|||
}
|
||||
|
||||
LbpFile? file = LbpFile.FromHash(hash);
|
||||
if (file != null && ImageHelper.LbpFileToPNG(file))
|
||||
if (file != null && FileHelper.LbpFileToPNG(file))
|
||||
{
|
||||
return this.File(IOFile.OpenRead(path), "image/png");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue