mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-09-08 03:29:48 -04:00
fix formatting (https://github.com/ziglang/zig-spec/issues/38 is so stupid)
This commit is contained in:
parent
3780814400
commit
af52b392f6
@ -463,7 +463,7 @@ pub const Tool = struct { // MARK: Tool
|
|||||||
pub fn deinit(self: *const Tool) void {
|
pub fn deinit(self: *const Tool) void {
|
||||||
// TODO: This is leaking textures!
|
// TODO: This is leaking textures!
|
||||||
//if(self.texture) |texture| {
|
//if(self.texture) |texture| {
|
||||||
//texture.deinit();
|
//texture.deinit();
|
||||||
//}
|
//}
|
||||||
self.image.deinit(main.globalAllocator);
|
self.image.deinit(main.globalAllocator);
|
||||||
self.tooltip.deinit();
|
self.tooltip.deinit();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user