Skip to content

Commit

Permalink
Upgraded to 4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
LtBrandon committed Jul 12, 2016
1 parent 66e65e3 commit 78a655b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions Source/VoxelTerrain/VoxelTerrain.Build.cs
Expand Up @@ -4,19 +4,10 @@

public class VoxelTerrain : ModuleRules
{
// Some versions of the engine might have the ModulePath and ThirdPartyPath variables defined already
// 4.10.4 doesn't so we need to add them!

// The path to our game module; e.g. ProjectFolder/Source/ModuleName/
private string ModulePath
{
get { return Path.GetDirectoryName(RulesCompiler.GetModuleFilename(this.GetType().Name)); }
}

// The path to our Third Party code assets; e.g. ProjectFolder/ThirdParty/
private string ThirdPartyPath
{
get { return Path.GetFullPath(Path.Combine(ModulePath, "../../ThirdParty/")); }
get { return Path.GetFullPath(Path.Combine(ModuleDirectory, "../../ThirdParty/")); }
}

public VoxelTerrain(TargetInfo Target)
Expand Down
2 changes: 1 addition & 1 deletion VoxelTerrain.uproject
@@ -1,6 +1,6 @@
{
"FileVersion": 3,
"EngineAssociation": "4.10",
"EngineAssociation": "4.12",
"Category": "",
"Description": "",
"Modules": [
Expand Down

0 comments on commit 78a655b

Please sign in to comment.