Update core_vr_simulator.c
This commit is contained in:
parent
bafa13f207
commit
45c964c1e6
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ int main(void)
|
||||||
EndTextureMode();
|
EndTextureMode();
|
||||||
|
|
||||||
BeginShaderMode(distortion);
|
BeginShaderMode(distortion);
|
||||||
DrawTextureRec(target.texture, (Rectangle){ 0, 0, (float)target.texture.width,
|
DrawTextureRec(target.texture, (Rectangle){ 0, 0, (float)target.texture.width,
|
||||||
(float)-target.texture.height }, (Vector2){ 0.0f, 0.0f }, WHITE);
|
(float)-target.texture.height }, (Vector2){ 0.0f, 0.0f }, WHITE);
|
||||||
EndShaderMode();
|
EndShaderMode();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue