Skip to content

Commit

Permalink
Flip UVs on export
Browse files Browse the repository at this point in the history
  • Loading branch information
KillzXGaming committed Dec 17, 2024
1 parent 72777da commit 0a050e6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MPLibrary
15 changes: 15 additions & 0 deletions PartyStudio.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MPLibrary", "MPLibrary\MPLi
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Externals", "Externals", "{5AB9C367-2662-41C3-AB8F-368FB075C3F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IONET", "IONET\IONET\IONET.csproj", "{178AABED-7002-46AD-A796-310DB4B2A884}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -115,6 +117,18 @@ Global
{62DDBFEE-92BD-4A3F-B99E-1B9759107920}.Release|x64.Build.0 = Release|Any CPU
{62DDBFEE-92BD-4A3F-B99E-1B9759107920}.Release|x86.ActiveCfg = Release|Any CPU
{62DDBFEE-92BD-4A3F-B99E-1B9759107920}.Release|x86.Build.0 = Release|Any CPU
{178AABED-7002-46AD-A796-310DB4B2A884}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{178AABED-7002-46AD-A796-310DB4B2A884}.Debug|Any CPU.Build.0 = Debug|Any CPU
{178AABED-7002-46AD-A796-310DB4B2A884}.Debug|x64.ActiveCfg = Debug|Any CPU
{178AABED-7002-46AD-A796-310DB4B2A884}.Debug|x64.Build.0 = Debug|Any CPU
{178AABED-7002-46AD-A796-310DB4B2A884}.Debug|x86.ActiveCfg = Debug|Any CPU
{178AABED-7002-46AD-A796-310DB4B2A884}.Debug|x86.Build.0 = Debug|Any CPU
{178AABED-7002-46AD-A796-310DB4B2A884}.Release|Any CPU.ActiveCfg = Release|Any CPU
{178AABED-7002-46AD-A796-310DB4B2A884}.Release|Any CPU.Build.0 = Release|Any CPU
{178AABED-7002-46AD-A796-310DB4B2A884}.Release|x64.ActiveCfg = Release|Any CPU
{178AABED-7002-46AD-A796-310DB4B2A884}.Release|x64.Build.0 = Release|Any CPU
{178AABED-7002-46AD-A796-310DB4B2A884}.Release|x86.ActiveCfg = Release|Any CPU
{178AABED-7002-46AD-A796-310DB4B2A884}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -125,6 +139,7 @@ Global
{0779CE2E-B165-4DBB-B778-1E39B5645A34} = {5AB9C367-2662-41C3-AB8F-368FB075C3F0}
{27334545-B794-4485-89F2-7D1874A57618} = {44D34303-323A-4291-B8E4-E2B12ACA17C9}
{62DDBFEE-92BD-4A3F-B99E-1B9759107920} = {5AB9C367-2662-41C3-AB8F-368FB075C3F0}
{178AABED-7002-46AD-A796-310DB4B2A884} = {5AB9C367-2662-41C3-AB8F-368FB075C3F0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {631A19BB-11BA-4D23-BA6B-0509CA9CC6AD}
Expand Down
1 change: 0 additions & 1 deletion Track Studio/PartyStudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\GCNRenderLibrary\GCNRenderLibrary.csproj" />
<ProjectReference Include="..\GLFrameworkEngine\GLFrameworkEngine.csproj" />
<ProjectReference Include="..\MapStudio.UI\MapStudio.UI.csproj" />
<ProjectReference Include="..\Plugins\PartyStudio\PartyStudioPlugin.csproj" />
Expand Down

0 comments on commit 0a050e6

Please sign in to comment.