Fix all-platform validation blockers
This commit is contained in:
@@ -649,7 +649,7 @@ public:
|
||||
void report_rendered_frames(int frames) override
|
||||
{
|
||||
#ifdef __LINUX__
|
||||
pp::platform::linux::report_rendered_frames(frames);
|
||||
pp::platform::linux_desktop::report_rendered_frames(frames);
|
||||
#else
|
||||
(void)frames;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user