1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-26 21:35:28 +01:00

Delete irrlichttypes_extrabloated.h (#15723)

Co-authored-by: cx384 <cx384@proton.me>
This commit is contained in:
wrrrzr
2025-02-01 15:41:51 +03:00
committed by GitHub
parent 63e9b01f7d
commit f17498b049
40 changed files with 62 additions and 61 deletions

View File

@@ -7,6 +7,7 @@
#include "client/client.h"
#include "client/hud.h"
#include "client/camera.h"
#include <ISceneManager.h>
DrawImageStep::DrawImageStep(u8 texture_index, v2f _offset) :
texture_index(texture_index), offset(_offset)
@@ -82,4 +83,4 @@ void populateSideBySidePipeline(RenderPipeline *pipeline, Client *client, bool h
step->setRenderSource(buffer);
step->setRenderTarget(screen);
}
}
}