[INTEGRATE] Compile times: Fixed HeadMountedDisplay module not using shared PCHs

[CL 2649308 by Mike Fricker in Main branch]
This commit is contained in:
Mike Fricker
2015-08-10 08:37:09 -04:00
committed by mike.fricker@epicgames.com
parent 92986d9b17
commit 4a0e55609d

View File

@@ -21,7 +21,5 @@ public class HeadMountedDisplay : ModuleRules
"SlateCore",
}
);
PCHUsage = PCHUsageMode.NoSharedPCHs;
}
}