mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Added high-dpi / retina support to the no-game screen; additional minor tweaks and cleanup.
This commit is contained in:
@@ -162,7 +162,7 @@ public:
|
||||
Image *newImage(const std::vector<love::image::ImageData *> &data, const Image::Flags &flags);
|
||||
Image *newImage(const std::vector<love::image::CompressedImageData *> &cdata, const Image::Flags &flags);
|
||||
|
||||
Quad *newQuad(Quad::Viewport v, float sw, float sh);
|
||||
Quad *newQuad(Quad::Viewport v, double sw, double sh);
|
||||
|
||||
/**
|
||||
* Creates a Font object.
|
||||
|
||||
Reference in New Issue
Block a user