mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
fix paste error in wrap mode
This commit is contained in:
parent
db77e3e4ca
commit
f57d2b07da
@ -802,9 +802,9 @@ string_wrap_mode(const string &string) {
|
||||
} else if (cmp_nocase_uh(string, "clamp") == 0) {
|
||||
return WM_clamp;
|
||||
} else if (cmp_nocase_uh(string, "mirror") == 0) {
|
||||
return WM_clamp;
|
||||
return WM_mirror;
|
||||
} else if (cmp_nocase_uh(string, "mirror_once") == 0) {
|
||||
return WM_clamp;
|
||||
return WM_mirror_once;
|
||||
} else if (cmp_nocase_uh(string, "border_color") == 0) {
|
||||
return WM_border_color;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user