twn_rendering -> twn_draw
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#include "twn_rendering.h"
|
||||
#include "twn_rendering_c.h"
|
||||
#include "twn_draw.h"
|
||||
#include "twn_draw_c.h"
|
||||
#include "twn_util.h"
|
||||
|
||||
#include <stdbool.h>
|
||||
@ -9,7 +9,7 @@ static Color color_cache;
|
||||
static bool fog_used = false;
|
||||
|
||||
|
||||
void push_fog(float start, float end, float density, Color color) {
|
||||
void draw_fog(float start, float end, float density, Color color) {
|
||||
start_cache = start;
|
||||
end_cache = end;
|
||||
density_cache = density;
|
||||
|
Reference in New Issue
Block a user