mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Rename love.graphics Text objects to TextBatch.
The name Text is too generic compared to what they're designed for, it made people unnecessarily confused about their purpose.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include "wrap_ParticleSystem.h"
|
||||
#include "wrap_Shader.h"
|
||||
#include "wrap_Mesh.h"
|
||||
#include "wrap_Text.h"
|
||||
#include "wrap_TextBatch.h"
|
||||
#include "wrap_Video.h"
|
||||
#include "wrap_Buffer.h"
|
||||
#include "wrap_GraphicsReadback.h"
|
||||
|
||||
Reference in New Issue
Block a user