mirror of
https://github.com/CDevJoud/Minecraft-Community-Edition.git
synced 2026-07-16 06:31:20 +00:00
_
This commit is contained in:
@@ -128,7 +128,7 @@ int getImageSizeY();
|
||||
### Prefer Structured Data Access
|
||||
|
||||
```cpp
|
||||
Image& imgInfo = img.getImageData();
|
||||
Image& imgInfo = img.getImageInfo();
|
||||
imgInfo.size.x;
|
||||
imgInfo.size.y;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user