Minor changes
This commit is contained in:
parent
4e0642c814
commit
6a68569319
|
@ -45,11 +45,6 @@ void ConsoleApplication::run()
|
|||
|
||||
while(!m_stopping) {
|
||||
poll();
|
||||
|
||||
#ifdef FW_NET
|
||||
Connection::poll();
|
||||
#endif
|
||||
|
||||
stdext::millisleep(1);
|
||||
g_clock.update();
|
||||
m_frameCounter.update();
|
||||
|
|
|
@ -152,10 +152,10 @@ private:
|
|||
// restore memory alignment
|
||||
#pragma pack(pop)
|
||||
|
||||
}
|
||||
|
||||
namespace std {
|
||||
template<class T, class U> void swap(stdext::packed_vector<T,U>& lhs, stdext::packed_vector<T,U>& rhs) { lhs.swap(rhs); }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue