1
General / Re: sfml growing memory usage
« on: September 20, 2014, 10:12:40 am »
problem still exsist with
def text(msg,pos,c,s):
create a text
text = sf.Text(msg)
i print lot of text on screen and this causes memory grow rapidly
def text(msg,pos,c,s):
create a text
text = sf.Text(msg)
i print lot of text on screen and this causes memory grow rapidly