fixed lighting for half-step blocks
This commit is contained in:
@@ -82,7 +82,8 @@ typedef struct {
|
||||
float (*calculate_darkness)(unsigned char, unsigned char);
|
||||
} RenderModeLighting;
|
||||
extern RenderModeInterface rendermode_lighting;
|
||||
inline float get_lighting_coefficient(RenderModeLighting *self, RenderState *state, int x, int y, int z);
|
||||
inline float get_lighting_coefficient(RenderModeLighting *self, RenderState *state,
|
||||
int x, int y, int z, int *authoratative);
|
||||
|
||||
/* NIGHT */
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user