mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
Minor code cleanup
This commit is contained in:
@@ -51,7 +51,7 @@ public:
|
||||
*/
|
||||
enum DistanceModel
|
||||
{
|
||||
DISTANCE_NONE = 1,
|
||||
DISTANCE_NONE,
|
||||
DISTANCE_INVERSE,
|
||||
DISTANCE_INVERSE_CLAMPED,
|
||||
DISTANCE_LINEAR,
|
||||
|
||||
Reference in New Issue
Block a user