mirror of
https://github.com/love2d/love.git
synced 2026-08-18 19:54:22 +02:00
Fix many warnings about implicit integer conversions when compiling for 64 bits.
--HG-- branch : minor
This commit is contained in:
@@ -112,7 +112,7 @@ public:
|
||||
* @param accuracy The 'fineness' of the curve.
|
||||
* @returns A polygon chain that approximates the bezier curve.
|
||||
**/
|
||||
std::vector<Vector> render(size_t accuracy = 4) const;
|
||||
std::vector<Vector> render(int accuracy = 4) const;
|
||||
|
||||
private:
|
||||
std::vector<Vector> controlPoints;
|
||||
|
||||
Reference in New Issue
Block a user