mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Fixed Geometry texture coordinates when using Geometry to draw auto-padded NPOT images (resolves issue #696)
This commit is contained in:
@@ -116,6 +116,8 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
void scaleNPOT(vertex *v, size_t count);
|
||||
|
||||
void addv(const vertex *v, int index);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user