1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Merge pull request #4174 from jensj12/Fix-get-paint_bounds

Fix get paint_bounds
This commit is contained in:
Duncan
2016-07-25 19:11:01 +01:00
committed by GitHub

View File

@@ -675,7 +675,7 @@ static int cc_get(const utf8 **argv, int argc)
console_printf("window_limit %d", gConfigGeneral.window_limit);
}
else if (strcmp(argv[0], "paint_bounds") == 0) {
console_printf("paint_bounds %d", gShowSupportSegmentHeights);
console_printf("paint_bounds %d", gPaintBoundingBoxes);
}
else {
console_writeline_warning("Invalid variable.");