mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 06:46:55 +00:00
\org turns off collision detection.
Patch by Diogo Franco (diogomfranco gmail com). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27440 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6c92d9358b
commit
a925925543
@ -888,6 +888,7 @@ static char* parse_tag(char* p, double pwr) {
|
||||
render_context.org_x = v1;
|
||||
render_context.org_y = v2;
|
||||
render_context.have_origin = 1;
|
||||
render_context.detect_collisions = 0;
|
||||
} else if (mystrcmp(&p, "t")) {
|
||||
double v[3];
|
||||
int v1, v2;
|
||||
|
Loading…
Reference in New Issue
Block a user