mirror of
https://github.com/ZDoom/ZDRay.git
synced 2025-02-16 08:32:01 +00:00
Fix compiler error
This commit is contained in:
parent
e28879187c
commit
2af5bc8611
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class LevelMeshViewer
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
LevelMeshViewer() { }
|
LevelMeshViewer() { }
|
||||||
void Exec(VulkanRenderDevice* renderdevice) { }
|
void Exec(VulkanRenderDevice* renderdevice, const FVector3& sundir, const FVector3& suncolor, float sunintensity) { }
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue