mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
Merge pull request #1799 from Azaezel/pragmaProblem
clang catch: pragma note. (no longer needed)
This commit is contained in:
commit
3038e53856
1 changed files with 0 additions and 9 deletions
|
|
@ -86,15 +86,6 @@ const S32 TimeManager::getBackgroundThreshold() const
|
||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
|
|
||||||
#pragma message("Mac/Lunix will need to implement this or get unresolved externals.")
|
|
||||||
#pragma message(" It was previously defined here with a Win32 ifdef which goes against")
|
|
||||||
#pragma message(" how torque implements its platform agnostic systems - JDD")
|
|
||||||
//PlatformTimer *PlatformTimer::create()
|
|
||||||
//{
|
|
||||||
// return new DefaultPlatformTimer();
|
|
||||||
//}
|
|
||||||
|
|
||||||
PlatformTimer::PlatformTimer()
|
PlatformTimer::PlatformTimer()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue