Fix compiler error

This commit is contained in:
Magnus Norddahl 2024-03-11 04:25:56 +01:00
parent e28879187c
commit 2af5bc8611
1 changed files with 1 additions and 1 deletions

View File

@ -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