eliminat el punter al renderer de 50.000 llocs
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
#include "define_buttons.h"
|
||||
|
||||
// Constructor
|
||||
DefineButtons::DefineButtons(SDL_Renderer *renderer, Input *input, Text *text, param_t *param, options_t *options, section_t *section)
|
||||
DefineButtons::DefineButtons(Input *input, Text *text, param_t *param, options_t *options, section_t *section)
|
||||
{
|
||||
// Copia punteros a los objetos
|
||||
this->renderer = renderer;
|
||||
this->input = input;
|
||||
this->text = text;
|
||||
this->param = param;
|
||||
|
||||
Reference in New Issue
Block a user