mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 10:14:40 +03:00
drawpixeltextbox: Remove now-unused parameters
They go bye-bye. This is a friendly reminder that the map menu rendering code is heavily copy-pasted, dear god...
This commit is contained in:
@@ -1289,7 +1289,7 @@ void Graphics::drawcrewman( int x, int y, int t, bool act, bool noshift /*=false
|
||||
}
|
||||
}
|
||||
|
||||
void Graphics::drawpixeltextbox( int x, int y, int w, int h, int w2, int h2, int r, int g, int b, int xo, int yo )
|
||||
void Graphics::drawpixeltextbox( int x, int y, int w, int h, int r, int g, int b )
|
||||
{
|
||||
//given these parameters, draw a textbox with a pixel width
|
||||
|
||||
|
||||
Reference in New Issue
Block a user