- fixes copied from Raze.

This commit is contained in:
Christoph Oelckers 2020-04-29 23:58:50 +02:00
commit d71ef66957
13 changed files with 17 additions and 17 deletions

View file

@ -27,7 +27,7 @@ public:
PolyFrameBuffer(void *hMonitor, bool fullscreen);
~PolyFrameBuffer();
void Update();
void Update() override;
bool IsPoly() override { return true; }
@ -65,7 +65,7 @@ public:
private:
void RenderTextureView(FCanvasTexture* tex, std::function<void(IntRect &)> renderFunc) override;
void UpdateShadowMap();
void UpdateShadowMap() override;
void CheckCanvas();

View file

@ -24,6 +24,7 @@
#include <cstdint>
#include <vector>
#include <float.h>
#include "renderstyle.h"
//#include "rendering/swrenderer/drawers/r_draw.h"