Skip to content

Commit

Permalink
This was study commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tgroechel committed Mar 3, 2020
1 parent cd1fa44 commit 0765f1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Assets/Scenes/Main.unity
Original file line number Diff line number Diff line change
Expand Up @@ -4924,7 +4924,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 93ee54678f3fe5e4ca42e57fc871b003, type: 3}
m_Name:
m_EditorClassIdentifier:
fullInteractionTimeMinutes: 5
fullInteractionTimeMinutes: 20.2
warmUpTimeMinutes: 0.2
startKC: 0.5
numIntervals: 2
Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/InteractionManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ IEnumerator PolicySwapCoroutine() {

public float ChooseKCRAtInterval(int atInterval) {
float result = startKC;
float addition = atInterval * (2.0f / (numIntervals - 1));
float addition = atInterval * (1.0f / (numIntervals - 1));
if (startLow) {
result = -startKC;
result += addition;
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ PlayerSettings:
m_RenderingPath: 1
m_MobileRenderingPath: 1
metroPackageName: Template3D
metroPackageVersion: 1.0.28.0
metroPackageVersion: 1.0.32.0
metroCertificatePath: Assets\WSATestCertificate.pfx
metroCertificatePassword:
metroCertificateSubject: DefaultCompany
Expand Down

0 comments on commit 0765f1d

Please # to comment.