mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
#17836542 : Fix the bug occurred when adding / deleting points
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5885 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
58206375b8
commit
67a47e3579
1 changed files with 1 additions and 0 deletions
|
|
@ -476,6 +476,7 @@
|
||||||
$args->point = $point;
|
$args->point = $point;
|
||||||
if($args->point < 0) $args->point = 0;
|
if($args->point < 0) $args->point = 0;
|
||||||
}
|
}
|
||||||
|
$point = $args->point;
|
||||||
|
|
||||||
|
|
||||||
// 포인트가 있는지 체크
|
// 포인트가 있는지 체크
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue