mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
oops
This commit is contained in:
parent
9c6e7e2958
commit
c42ee6d12e
1 changed files with 0 additions and 4 deletions
|
@ -462,10 +462,6 @@ void LinkedShader::UpdateUniforms(u32 vertType) {
|
||||||
glUniform4fv(u_uvscaleoffset, 1, uvscaleoff);
|
glUniform4fv(u_uvscaleoffset, 1, uvscaleoff);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Transform
|
|
||||||
if (dirty & DIRTY_WORLDMATRIX) {
|
|
||||||
SetMatrix4x3(u_world, gstate.worldMatrix);
|
|
||||||
}
|
|
||||||
// Transform
|
// Transform
|
||||||
if (dirty & DIRTY_WORLDMATRIX) {
|
if (dirty & DIRTY_WORLDMATRIX) {
|
||||||
SetMatrix4x3(u_world, gstate.worldMatrix);
|
SetMatrix4x3(u_world, gstate.worldMatrix);
|
||||||
|
|
Loading…
Add table
Reference in a new issue