Merge branch 'development' into Atom/guthadam/atomtools_refactor_main
This commit is contained in:
@@ -465,4 +465,14 @@ namespace AtomToolsFramework
|
||||
{
|
||||
return aznumeric_cast<float>(devicePixelRatioF());
|
||||
}
|
||||
|
||||
uint32_t RenderViewportWidget::GetDisplayRefreshRate() const
|
||||
{
|
||||
return 60;
|
||||
}
|
||||
|
||||
uint32_t RenderViewportWidget::GetSyncInterval() const
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
} //namespace AtomToolsFramework
|
||||
|
||||
Reference in New Issue
Block a user