]> git.lizzy.rs Git - minetest.git/blobdiff - src/content_cso.cpp
Translated using Weblate (German)
[minetest.git] / src / content_cso.cpp
index 20eb88b7d41161ce311211c9dfe5b9089884cabe..73d5f2b480f47d3e181f9cabc55a02c4ba70b8b4 100644 (file)
@@ -25,6 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "log.h"
 #include "map.h"
 
+/*
 static void setBillboardTextureMatrix(scene::IBillboardSceneNode *bill,
                float txs, float tys, int col, int row)
 {
@@ -33,6 +34,7 @@ static void setBillboardTextureMatrix(scene::IBillboardSceneNode *bill,
        matrix.setTextureTranslate(txs*col, tys*row);
        matrix.setTextureScale(txs, tys);
 }
+*/
 
 class SmokePuffCSO: public ClientSimpleObject
 {