mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-17 07:07:38 +00:00
stretch:: renamed rots_twist to stretch, also implemented for slr
This commit is contained in:
@@ -1983,6 +1983,8 @@ EX void draw_main() {
|
||||
if(ray::in_use && !ray::comparison_mode) {
|
||||
ray::cast();
|
||||
reset_projection();
|
||||
/* currently incompatible with primitive-based renderer */
|
||||
/* also not implemented in stretch */
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -2023,6 +2025,7 @@ EX void draw_main() {
|
||||
if(ray::in_use && !ray::comparison_mode) {
|
||||
ray::cast();
|
||||
reset_projection();
|
||||
if(stretch::in()) return; /*primitive not implemented */
|
||||
}
|
||||
|
||||
DEBB(DF_GRAPH, ("outcircle"));
|
||||
|
Reference in New Issue
Block a user