From 366d3a551ef3541f6eeb226f80a16b8de8fdd2e9 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Mon, 17 Jun 2013 18:06:39 +0200 Subject: Added debug aids for lighting * displaying positions of current lights (F11) * dumping info to console (F10) * added assert() in suspicious place in CPyro --- test/unit/graphics/core/device_mock.h | 1 + 1 file changed, 1 insertion(+) (limited to 'test/unit/graphics') diff --git a/test/unit/graphics/core/device_mock.h b/test/unit/graphics/core/device_mock.h index 80e214f..9e75daf 100644 --- a/test/unit/graphics/core/device_mock.h +++ b/test/unit/graphics/core/device_mock.h @@ -10,6 +10,7 @@ public: CDeviceMock() {} MOCK_METHOD0(DebugHook, void()); + MOCK_METHOD0(DebugLights, void()); MOCK_METHOD0(Create, bool()); MOCK_METHOD0(Destroy, void()); -- cgit v1.2.3-1-g7c22