Remove targetFrameTime / Limiter

This commit is contained in:
2021-05-24 01:04:14 -04:00
parent f4b1e12956
commit 55deba0913
9 changed files with 9 additions and 57 deletions

View File

@@ -211,7 +211,6 @@ int ApplicationRun(IApplication::EPlatformType platform,
uint32_t samples,
uint32_t anisotropy,
bool deepColor,
int64_t targetFrameTime,
bool singleInstance) {
std::string thrName = std::string(friendlyName) + " Main Thread";
logvisor::RegisterThreadName(thrName.c_str());