diff --git a/_posts/2024-02-29-creating-the-perfect-modding-language.md b/_posts/2024-02-29-creating-the-perfect-modding-language.md index 222570a..b56fd23 100644 --- a/_posts/2024-02-29-creating-the-perfect-modding-language.md +++ b/_posts/2024-02-29-creating-the-perfect-modding-language.md @@ -140,8 +140,6 @@ In a nutshell, the game developer: So the game might have a `Gun` class, and the modified mod might up the firerate of the gun, and have a different `on_fire` function. -The "How a game developer might use grug" section of this blog post shows an example of how grug can be used by a game written in C. - ## Runtime error handling Every possible runtime crash in a grug file is caught.