Skip to content

Commit

Permalink
Changed parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
DomenicDev committed Jun 5, 2017
1 parent ca90b26 commit 72f7b47
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package de.gamedevbaden.crucified.tests.SimpleClientServerTest;

import com.jme3.app.SimpleApplication;
import com.jme3.math.Vector3f;
import com.simsilica.es.EntityData;
import de.gamedevbaden.crucified.appstates.EntityDataState;
import de.gamedevbaden.crucified.appstates.PlayerInteractionState;
Expand All @@ -10,6 +9,7 @@
import de.gamedevbaden.crucified.game.GameCommanderAppState;
import de.gamedevbaden.crucified.game.GameSession;
import de.gamedevbaden.crucified.net.client.GameClient;
import de.gamedevbaden.crucified.utils.GameConstants;
import de.gamedevbaden.crucified.utils.GameInitializer;

/**
Expand Down Expand Up @@ -53,7 +53,7 @@ public void simpleInitApp() {
GameInitializer.initGameSessionRelatedAppStates(stateManager, gameSession);

// create first person camera view
stateManager.attach(new FirstPersonCameraView(gameSession.getPlayer(), new Vector3f(0, 1.7f, 0.2f)));
stateManager.attach(new FirstPersonCameraView(gameSession.getPlayer(), GameConstants.FIRST_PERSON_CAM_OFFSET));
}


Expand Down

0 comments on commit 72f7b47

Please sign in to comment.