![]() |
Render_Graphics clean-up - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Source Code Development (https://mirage-engine.uk/forums/forumdisplay.php?fid=51) +----- Forum: Mirage Source 4 (Visual Basic 6) (https://mirage-engine.uk/forums/forumdisplay.php?fid=44) +------ Forum: Bugs Reports (https://mirage-engine.uk/forums/forumdisplay.php?fid=9) +------ Thread: Render_Graphics clean-up (/showthread.php?tid=2698) |
Render_Graphics clean-up - GIAKEN - 07-04-2009 The If GettingMap statement needs to be switched around. The else of If statements go slower, so change it to If Not GettingMap and move the drawing of the receiving map to the bottom in an else statement. Also all loops should be moved to within their subs. Re: Render_Graphics clean-up - doomJoost1 - 07-04-2009 Both are valid points ![]() |