diff options
| author | xolatile | 2025-07-21 06:19:24 +0200 |
|---|---|---|
| committer | xolatile | 2025-07-21 06:19:24 +0200 |
| commit | e67a5c6522a4605b4f037453fc6455a3627a7628 (patch) | |
| tree | 4d91ef92df147d9f86987c19bd426861f3695064 /src/engine/texture.cpp | |
| parent | 09a43565940be30b233fa8730e65d531a454a03b (diff) | |
| download | xolatile-badassbug-e67a5c6522a4605b4f037453fc6455a3627a7628.tar.xz xolatile-badassbug-e67a5c6522a4605b4f037453fc6455a3627a7628.tar.zst | |
Removed grass and cleared memset...
Diffstat (limited to 'src/engine/texture.cpp')
| -rw-r--r-- | src/engine/texture.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/engine/texture.cpp b/src/engine/texture.cpp index 5abc850..f25cfa7 100644 --- a/src/engine/texture.cpp +++ b/src/engine/texture.cpp @@ -2136,15 +2136,6 @@ void texture(char *type, char *name, int *rot, int *xoffset, int *yoffset, float COMMAND(texture, "ssiiif"); -void autograss(char *name) -{ - if(slots.empty()) return; - Slot &s = *slots.last(); - DELETEA(s.autograss); - s.autograss = name[0] ? newstring(makerelpath("packages", name, NULL, "<premul>")) : NULL; -} -COMMAND(autograss, "s"); - void texscroll(float *scrollS, float *scrollT) { if(slots.empty()) return; |
