- 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

@ -68,7 +68,7 @@ public:
~VulkanFrameBuffer();
bool IsVulkan() override { return true; }
void Update();
void Update() override;
void InitializeState() override;