aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/tier0.cpp
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-08-21 23:43:20 +0100
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-08-21 23:43:20 +0100
commitcd727a453a7d42a61bd161ea0c9947aee644e4f1 (patch)
tree9edff3d29292be84d4a7d76df993fdc96aeb082a /NorthstarDedicatedTest/tier0.cpp
parent125f53aaa690e4870af88aa3a8947ac5ac0b435d (diff)
downloadNorthstarLauncher-cd727a453a7d42a61bd161ea0c9947aee644e4f1.tar.gz
NorthstarLauncher-cd727a453a7d42a61bd161ea0c9947aee644e4f1.zip
more work on dedicated and launcher
Diffstat (limited to 'NorthstarDedicatedTest/tier0.cpp')
-rw-r--r--NorthstarDedicatedTest/tier0.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/NorthstarDedicatedTest/tier0.cpp b/NorthstarDedicatedTest/tier0.cpp
index ad533a9c..4b5234d0 100644
--- a/NorthstarDedicatedTest/tier0.cpp
+++ b/NorthstarDedicatedTest/tier0.cpp
@@ -81,9 +81,7 @@ double Plat_FloatTime()
Tier0FloatTime tier0Func = (Tier0FloatTime)ResolveTier0Function("Plat_FloatTime");
if (tier0Func)
- {
return tier0Func();
- }
else
return 0.0f;
} \ No newline at end of file