diff options
| author | Admiral H. Curtiss <pikachu025@gmail.com> | 2022-12-29 15:27:48 +0100 |
|---|---|---|
| committer | Admiral H. Curtiss <pikachu025@gmail.com> | 2022-12-29 15:33:19 +0100 |
| commit | cb0a603c72cc8b80cfe162f1deebf0aedaa45e0c (patch) | |
| tree | 2e7850cc1986e40e11c112b57fc8643611338ab9 /Source/Core/VideoCommon/VideoState.cpp | |
| parent | 1bfecd8003316462794d4788e6ee888e6b735d5a (diff) | |
VideoCommon: De-globalize GeometryShaderManager class.
Diffstat (limited to 'Source/Core/VideoCommon/VideoState.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VideoState.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VideoState.cpp b/Source/Core/VideoCommon/VideoState.cpp index 23db63a65a..34b4d6332d 100644 --- a/Source/Core/VideoCommon/VideoState.cpp +++ b/Source/Core/VideoCommon/VideoState.cpp @@ -79,7 +79,7 @@ void VideoCommon_DoState(PointerWrap& p) system.GetVertexShaderManager().DoState(p); p.DoMarker("VertexShaderManager"); - GeometryShaderManager::DoState(p); + system.GetGeometryShaderManager().DoState(p); p.DoMarker("GeometryShaderManager"); g_vertex_manager->DoState(p); |
