mirror of
https://github.com/ZDoom/ZDRay.git
synced 2024-11-21 11:40:55 +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:
|
||||
LevelMeshViewer() { }
|
||||
void Exec(VulkanRenderDevice* renderdevice) { }
|
||||
void Exec(VulkanRenderDevice* renderdevice, const FVector3& sundir, const FVector3& suncolor, float sunintensity) { }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue