Skip to content
Snippets Groups Projects
Commit 4f2ed7ce authored by Sebastian Pape's avatar Sebastian Pape
Browse files

Merge branch 'fix/deprecation' into 'develop'

Fixing deprecation warnings in FixNDisplayStereoDevice.h

See merge request VR-Group/unreal-development/ndisplayextensions!31
parents 652747ea fb3ba8f1
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,8 @@ private:
TSharedPtr< class IStereoRendering, ESPMode::ThreadSafe > StoredRenderingDevice;
TBaseDelegate<void, UWorld*, const UWorld::InitializationValues> On_Post_World_Initialization_Delegate;
TBaseDelegate<void, UWorld*> On_Pre_World_Finish_Destroy_Delegate;
TDelegate<void (UWorld*, const UWorld::InitializationValues)> On_Post_World_Initialization_Delegate;
TDelegate<void (UWorld*)> On_Pre_World_Finish_Destroy_Delegate;
FDelegateHandle StartHandle;
FDelegateHandle EndHandle;
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment