mirror of
https://github.com/Relintai/terraman.git
synced 2025-04-25 21:45:00 +02:00
Fix compile.
This commit is contained in:
parent
6e7a9ae71b
commit
24fbd24a6c
@ -66,7 +66,7 @@ void TerraMaterialCachePCM::set_margin(const int margin) {
|
||||
Ref<TerraSurface> TerraMaterialCachePCM::voxel_surface_get(const int index) {
|
||||
return Ref<TerraSurface>();
|
||||
}
|
||||
Ref<TerraSurface> TerraMaterialCache::voxel_surface_id_get(const int id) {
|
||||
Ref<TerraSurface> TerraMaterialCachePCM::voxel_surface_id_get(const int id) {
|
||||
return Ref<TerraSurface>();
|
||||
}
|
||||
void TerraMaterialCachePCM::voxel_surface_add(Ref<TerraSurface> value) {
|
||||
|
Loading…
Reference in New Issue
Block a user