From 7ad054b08715c5ee57b6362718c18c3758796d28 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sat, 6 Feb 2021 21:32:54 +0000 Subject: Explodinator performance optimisations Thanks @lixfel (#4246) --- src/BlockInfo.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/BlockInfo.h') diff --git a/src/BlockInfo.h b/src/BlockInfo.h index d40ea21ac..fe5421690 100644 --- a/src/BlockInfo.h +++ b/src/BlockInfo.h @@ -12,14 +12,6 @@ class cBlockInfo { public: - // tolua_end - - /** Returns how much of an explosion Destruction Lazor's (tm) intensity the given block attenuates. - See Physics\Explodinator.cpp for details of explosion block destruction. */ - static float GetExplosionAbsorption(BLOCKTYPE Block); - - // tolua_begin - /** How much light do the blocks emit on their own? */ static NIBBLETYPE GetLightValue(BLOCKTYPE Block); -- cgit v1.2.3