diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2009-04-24 16:40:58 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2009-04-24 16:40:58 +0000 |
| commit | c25346773d339af06e6ea191515c3c03e3106e98 (patch) | |
| tree | 213f146d01049703eb54ab9cd828651e94b6f00f /Source/Core/VideoCommon/Src/VertexLoaderManager.cpp | |
| parent | e0a202b7efaffe88e1550a50b8386cc428c33e86 (diff) | |
revert r3060, instead call RecomputeCachedArraybases() once on init.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3065 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/VertexLoaderManager.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/VertexLoaderManager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/VertexLoaderManager.cpp b/Source/Core/VideoCommon/Src/VertexLoaderManager.cpp index b77821bc40..9dca94111b 100644 --- a/Source/Core/VideoCommon/Src/VertexLoaderManager.cpp +++ b/Source/Core/VideoCommon/Src/VertexLoaderManager.cpp @@ -42,6 +42,7 @@ void Init() MarkAllDirty(); for (int i = 0; i < 8; i++) g_VertexLoaders[i] = NULL; + RecomputeCachedArraybases(); } void Shutdown() |
