OSDN Git Service

Clamping for value in setRange.
authorIndiumIndeed <indiumindeed@gmail.com>
Sat, 26 Jan 2013 14:47:31 +0000 (16:47 +0200)
committerIndiumIndeed <indiumindeed@gmail.com>
Sat, 26 Jan 2013 14:47:31 +0000 (16:47 +0200)
commit6b6f87715b288e8a1cd526a076ad09d46227740c
treef9c2928996a22bb4ae28173e70ea947274d7b535
parent681c6b5f85f74f1dbe1567fbd4aeb5cecf45f453
Clamping for value in setRange.
Allow min to be same as max.
If min is the same as max avoid division by 0.
gdx/jni/com.badlogic.gdx.physics.box2d.joints.WeldJoint.cpp [changed mode: 0755->0644]
gdx/jni/com.badlogic.gdx.physics.box2d.joints.WeldJoint.h [changed mode: 0755->0644]
gdx/src/com/badlogic/gdx/LifecycleListener.java [changed mode: 0755->0644]
gdx/src/com/badlogic/gdx/scenes/scene2d/ui/Slider.java