Skip to content

Commit 2d1b47c

Browse files
authored
Merge pull request #85 from YSCEDC/renderer-improvements
Clean up draw code
2 parents 33972b6 + b280aad commit 2d1b47c

5 files changed

Lines changed: 159 additions & 142 deletions

File tree

src/core/fsnetwork.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9503,7 +9503,7 @@ void FsSimulation::RunServerModeOneStep(FsServerRunLoop &svrSta)
95039503
}
95049504
}
95059505

9506-
void FsSimulation::DrawInServerMode(const class FsServerRunLoop &svrSta) const
9506+
void FsSimulation::DrawInServerMode(const class FsServerRunLoop &svrSta)
95079507
{
95089508
const FsSocketServer &server=svrSta.svr;
95099509

@@ -10622,7 +10622,7 @@ printf("%s %d\n",__FUNCTION__,__LINE__);
1062210622
#endif
1062310623
}
1062410624

10625-
void FsSimulation::DrawInClientMode(const class FsClientRunLoop &cliSta) const
10625+
void FsSimulation::DrawInClientMode(const class FsClientRunLoop &cliSta)
1062610626
{
1062710627
switch(cliSta.runState)
1062810628
{

0 commit comments

Comments
 (0)