mirror of
https://github.com/love2d/love.git
synced 2026-08-14 10:13:46 +02:00
Overhauled ImageRasterizer, fixed a bunch of other crap, getting ready to poke around in love.graphics
This commit is contained in:
@@ -32,9 +32,6 @@ namespace font
|
||||
}
|
||||
|
||||
static const luaL_Reg functions[] = {
|
||||
// Data
|
||||
{ "getPointer", w_Data_getPointer },
|
||||
{ "getSize", w_Data_getSize },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user