diff options
| author | Ray <[email protected]> | 2021-03-17 13:59:22 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-03-17 13:59:22 +0100 |
| commit | 9fe26209b79fbb92b51b5ccff85ee62ffca71991 (patch) | |
| tree | df0400a8626de447e20f6bcc6f51dbae95fe6f0e /examples/web/shaders/shaders_basic_lighting.c | |
| parent | 23b966d5155c721b71447ddb5129f9a3424ce5fb (diff) | |
| download | raylib.com-9fe26209b79fbb92b51b5ccff85ee62ffca71991.tar.gz raylib.com-9fe26209b79fbb92b51b5ccff85ee62ffca71991.zip | |
REVIEWED: Instancing example to work on web
Diffstat (limited to 'examples/web/shaders/shaders_basic_lighting.c')
| -rw-r--r-- | examples/web/shaders/shaders_basic_lighting.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/web/shaders/shaders_basic_lighting.c b/examples/web/shaders/shaders_basic_lighting.c index 47c8de9..e21ee14 100644 --- a/examples/web/shaders/shaders_basic_lighting.c +++ b/examples/web/shaders/shaders_basic_lighting.c @@ -68,7 +68,6 @@ void UpdateDrawFrame(void); // Update and Draw one frame //---------------------------------------------------------------------------------- // Program Main Entry Point //---------------------------------------------------------------------------------- - int main(void) { // Initialization |
