From a3e7d8163c45136a566efa9ba198d188a07e666c Mon Sep 17 00:00:00 2001 From: Legalo Date: Mon, 22 Apr 2024 16:48:27 -0300 Subject: [PATCH] Remove epic blunder --- game/00src/definitions/other.rpy | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/game/00src/definitions/other.rpy b/game/00src/definitions/other.rpy index a5c8f7f..3bb32ba 100644 --- a/game/00src/definitions/other.rpy +++ b/game/00src/definitions/other.rpy @@ -897,7 +897,4 @@ python early: rv.add_uniform("u_outline_width", self.outline_width) rv.add_uniform("u_outline_color", self.outline_color) - return rv - -init python: - config.developer = True \ No newline at end of file + return rv \ No newline at end of file