Tweaked some TODO comments

This commit is contained in:
Kayne Ruse
2014-09-03 04:36:02 +10:00
parent 246a5ee541
commit f581c3238f
8 changed files with 11 additions and 10 deletions
-1
View File
@@ -366,7 +366,6 @@ void InWorld::HandleCharacterNew(CharacterPacket* const argPacket) {
localCharacter = &newCharacter;
//setup the camera
//TODO: move this?
camera.width = GetScreen()->w;
camera.height = GetScreen()->h;
+2 -1
View File
@@ -113,7 +113,8 @@ protected:
//UI
Button disconnectButton;
Button shutDownButton;
//TODO: Review the camera
//the camera structure
struct {
int x = 0, y = 0;
int width = 0, height = 0;