Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #365 from mcottontensor/5.4-fixes
Browse files Browse the repository at this point in the history
Missed some 5.3 references and updating package-lock
  • Loading branch information
mcottontensor committed Sep 13, 2023
2 parents 6b8f4f6 + bc2e348 commit e2ccbfb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions Frontend/ui-library/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Frontend/ui-library/src/Application/Application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import {
import { FullScreenIconBase, FullScreenIconExternal } from '../UI/FullscreenIcon';
import {
DataChannelLatencyTestResult
} from "@epicgames-ps/lib-pixelstreamingfrontend-ue5.3/types/DataChannel/DataChannelLatencyTestResults";
} from "@epicgames-ps/lib-pixelstreamingfrontend-ue5.4/types/DataChannel/DataChannelLatencyTestResults";


/**
Expand Down
4 changes: 2 additions & 2 deletions Frontend/ui-library/src/UI/DataChannelLatencyTest.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Copyright Epic Games, Inc. All Rights Reserved.

import { Logger } from '@epicgames-ps/lib-pixelstreamingfrontend-ue5.3';
import { Logger } from '@epicgames-ps/lib-pixelstreamingfrontend-ue5.4';
import {
DataChannelLatencyTestResult
} from "@epicgames-ps/lib-pixelstreamingfrontend-ue5.3/types/DataChannel/DataChannelLatencyTestResults";
} from "@epicgames-ps/lib-pixelstreamingfrontend-ue5.4/types/DataChannel/DataChannelLatencyTestResults";

/**
* DataChannel Latency test UI elements and results handling.
Expand Down
2 changes: 1 addition & 1 deletion Frontend/ui-library/src/UI/StatsPanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { InitialSettings, Logger, PixelStreaming } from '@epicgames-ps/lib-pixel
import { AggregatedStats } from '@epicgames-ps/lib-pixelstreamingfrontend-ue5.4';
import { MathUtils } from '../Util/MathUtils';
import {DataChannelLatencyTest} from "./DataChannelLatencyTest";
import {PixelStreamingSettings} from "@epicgames-ps/lib-pixelstreamingfrontend-ue5.3/types/DataChannel/InitialSettings";
import {PixelStreamingSettings} from "@epicgames-ps/lib-pixelstreamingfrontend-ue5.4/types/DataChannel/InitialSettings";

/**
* A stat structure, an id, the stat string, and the element where it is rendered.
Expand Down

0 comments on commit e2ccbfb

Please sign in to comment.