mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Fix typo breaking older savestates.
This commit is contained in:
parent
701171f75a
commit
748ce6a753
@ -304,7 +304,7 @@ void GPUStateCache::DoState(PointerWrap &p) {
|
||||
|
||||
if (s < 2) {
|
||||
float l12[12];
|
||||
float l4[3];
|
||||
float l4[4];
|
||||
p.Do(l12); // lightpos
|
||||
p.Do(l12); // lightdir
|
||||
p.Do(l12); // lightattr
|
||||
|
Loading…
Reference in New Issue
Block a user