Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit f1bfe80

Browse files
committed
add doc
1 parent 560765b commit f1bfe80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Managers/NetworkServer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ namespace RTE {
276276

277277
std::mutex m_Mutex[c_MaxClients]; //!<
278278

279-
std::vector<MsgInput> m_InputMessages[c_MaxClients]; //!<
279+
std::vector<MsgInput> m_InputMessages[c_MaxClients]; //!< Message Queue for received input events to be processed this frame.
280280

281281
unsigned char m_SceneID; //!<
282282

0 commit comments

Comments
 (0)