mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	fixed a memory leak -- not clearing finf.tvertices
This commit is contained in:
		| @@ -2489,7 +2489,9 @@ EX void drawqueue() { | |||||||
| #endif | #endif | ||||||
|  |  | ||||||
|   if(!keep_curvedata) { |   if(!keep_curvedata) { | ||||||
|     curvedata.clear(); curvestart = 0; |     curvedata.clear(); | ||||||
|  |     finf.tvertices.clear(); | ||||||
|  |     curvestart = 0; | ||||||
|     } |     } | ||||||
|    |    | ||||||
|   #if CAP_GL |   #if CAP_GL | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue