Skip to content

Commit

Permalink
Updated Build and Equation Logging Location
Browse files Browse the repository at this point in the history
  • Loading branch information
Rud156 committed Dec 6, 2019
1 parent 858fb67 commit ecc9466
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Build/MathSavr.7z
Binary file not shown.
2 changes: 1 addition & 1 deletion MathSaber/Assets/Scripts/TextFileLog/LogEquations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class LogEquations : MonoBehaviour

private void Start()
{
_directoryPath = $"{Application.persistentDataPath}/EquationsSolvedLog";
_directoryPath = "./EquationsSolvedLog";
_filePathBase = $"{_directoryPath}/Equations_";

WriteAnalyticsDataToFile();
Expand Down

0 comments on commit ecc9466

Please sign in to comment.