mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 22:12:59 +00:00 
			
		
		
		
	updated rogueviz to changes in HyperRogue
This commit is contained in:
		| @@ -393,7 +393,7 @@ struct hrmap_grigorchuk : hrmap_standard { | |||||||
|  |  | ||||||
|       if(grigorchuk::view_labels) queuestr(V, 0.3, grigorchuk::deform(dec[c->master]), 0xFFFFFF); |       if(grigorchuk::view_labels) queuestr(V, 0.3, grigorchuk::deform(dec[c->master]), 0xFFFFFF); | ||||||
|        |        | ||||||
|       drawcell(c, V, 0, false); |       drawcell(c, V); | ||||||
|        |        | ||||||
|       for(int i=0; i<3; i++) if(c->move(i)) |       for(int i=0; i<3; i++) if(c->move(i)) | ||||||
|         dq::enqueue_by_matrix(h->cmove(i), V * ddspin(c, i) * xpush(cgi.tessf) * iddspin(c->move(i), c->c.spin(i), M_PI)); |         dq::enqueue_by_matrix(h->cmove(i), V * ddspin(c, i) * xpush(cgi.tessf) * iddspin(c->move(i), c->c.spin(i), M_PI)); | ||||||
|   | |||||||
| @@ -477,7 +477,7 @@ void draw_ncee() { | |||||||
|    |    | ||||||
|   const ld period = 2.898149445355172 / M_PI * 2; |   const ld period = 2.898149445355172 / M_PI * 2; | ||||||
|    |    | ||||||
|   dynamicval<eModel> pm(pmodel, mdUnchanged); |   dynamicval<eModel> pm(pmodel, mdPixel); | ||||||
|   dynamicval<eGeometry> pg(geometry, gEuclid); |   dynamicval<eGeometry> pg(geometry, gEuclid); | ||||||
|    |    | ||||||
|   initquickqueue(); |   initquickqueue(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue