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