mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Added "mirroredrepeat" wrap mode.
This commit is contained in:
@@ -44,6 +44,7 @@ public:
|
||||
{
|
||||
WRAP_CLAMP,
|
||||
WRAP_REPEAT,
|
||||
WRAP_MIRRORED_REPEAT,
|
||||
WRAP_MAX_ENUM
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user